- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2011 03:02:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv13412
Modified Files:
style.css
Log Message:
checkpointing
Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- style.css 18 Apr 2011 14:17:15 -0000 1.53
+++ style.css 22 Apr 2011 03:02:21 -0000 1.54
@@ -42,6 +42,9 @@
text-align: center;
font-size: 120%;
}
+
+/* these index styles make it very difficult to acutally read and use the
+ * index; please keep them commented out until they can be further refined
.index-of-terms dl {
line-height: 1.3em;
}
@@ -52,7 +55,6 @@
}
.index-term {
font-size: 18px;
- /* border-bottom: 2px solid #005A9C; */
margin-bottom: 4px;
margin-top: 18px;
margin-right: 50%;
@@ -63,6 +65,7 @@
.index-entry ul {
margin-bottom: 0px;
}
+*/
dfn {
cursor: pointer;
Received on Friday, 22 April 2011 03:02:25 UTC