- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 04 Sep 2009 14:29:31 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv23511/WebContent/style
Modified Files:
base_ucn.css
Log Message:
fixed textarea font size was too small
Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- base_ucn.css 3 Sep 2009 14:33:13 -0000 1.14
+++ base_ucn.css 4 Sep 2009 14:29:29 -0000 1.15
@@ -157,6 +157,9 @@
font-size:0.8em;
padding:0.3em 0.2em 0.2em 0.4em;
}
+textarea {
+ font-size:0.9em;
+}
input#ucn_uri, textarea {
width:85%;
Received on Friday, 4 September 2009 14:33:18 UTC