- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 08 May 2011 07:34:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv2190
Modified Files:
style.css
Log Message:
make nav bar not wrap
Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- style.css 25 Apr 2011 17:25:35 -0000 1.68
+++ style.css 8 May 2011 07:34:28 -0000 1.69
@@ -1,4 +1,5 @@
table td.removed, table th.removed { display: none !important }
+.prev_next { width: 800px; }
/* the @class=full-spec links are "external" links to the full
* HTML5 spec (not internal ones to others parts in the author
Received on Sunday, 8 May 2011 07:34:31 UTC