- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 May 2011 06:27:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv24407
Modified Files:
style.css
Log Message:
fixed formatting of popup
Index: style.css
===================================================================
RCS file: /sources/public/html5/markup/style.css,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- style.css 8 May 2011 12:43:54 -0000 1.148
+++ style.css 9 May 2011 06:27:36 -0000 1.149
@@ -1178,23 +1178,12 @@
.jumpIndexA {
font-size: 16px;
text-align: right;
- display: inline;
- position: absolute;
- /* position: fixed; */
- top: 0;
- right: 0;
height: auto;
width: 27em;
line-height: 1.3em;
padding: .65em;
font-family: sans-serif;
- background: rgba(0,90,156,0.9);
color: white;
- -moz-border-radius: 8px;
- border-radius: 8px;
- -webkit-box-shadow: 4px 4px 4px #888;
- -moz-box-shadow: 4px 4px 4px #888;
- box-shadow: 4px 4px 4px #888;
}
.jumpIndexA * {
margin: 0;
Received on Monday, 9 May 2011 06:27:56 UTC