- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 May 2011 13:50:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv30251
Modified Files:
style.css
Log Message:
updated
Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- style.css 9 May 2011 04:12:33 -0000 1.71
+++ style.css 10 May 2011 13:49:58 -0000 1.72
@@ -1,4 +1,5 @@
#jumpIndexA-button {
+ font-weight: bold;
cursor: pointer;
font-size: 13px;
position: fixed;
@@ -8,8 +9,14 @@
z-index: 30;
background: rgba(0,90,156,0.7);
color: white;
- border-radius: .4em .4em 0 0;
- -moz-border-radius: .4em .4em 0 0;
+ border-radius: .7em .7em 0 0;
+ border-top: 4px solid white;
+ border-left: 4px solid white;
+ border-right: 4px solid white;
+}
+
+#jumpIndexA-button:focus {
+ border-color: yellow;
}
#jumpIndexA {
Received on Tuesday, 10 May 2011 13:50:01 UTC