- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Mar 2011 16:48:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv3755
Modified Files:
style.css
Log Message:
reduced teatxare width so it doesn't obverflow
Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- style.css 2 Mar 2011 13:09:54 -0000 1.45
+++ style.css 2 Mar 2011 16:48:53 -0000 1.46
@@ -126,6 +126,9 @@
.element:before {
display:none !important;
}
+
+textarea {width: 35em;}
+
dl.element dt {font-weight:bold !important;}
/* added link change on focus same as hover (couldn't find where hover was specified) */
Received on Wednesday, 2 March 2011 16:48:57 UTC