- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Oct 2009 11:52:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv10595/WebContent/style
Modified Files:
base_ucn.css
Log Message:
added instructions on the translation page
Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- base_ucn.css 6 Oct 2009 10:14:32 -0000 1.44
+++ base_ucn.css 6 Oct 2009 11:52:21 -0000 1.45
@@ -39,7 +39,7 @@
min-width:40em;
padding-bottom:2em;
}
-#frontforms, #don_program, #menu, #footer {
+#frontforms, #don_program, #menu, #footer, div.text {
margin:1em 2em;
}
#banner {
@@ -230,6 +230,31 @@
text-align:center;
text-transform:uppercase;
}
+div.text h2 {
+ font-size:1.3em;
+ color:#953636;
+}
+div.text h3 {
+ font-size:1.1em;
+ color:#438600;
+ border-bottom:1px dotted #64c800;
+}
+div.text p {
+ margin:0.5em 0 0.5em 1em;
+}
+div.text ol {
+ margin:0.5em 0 0.5em 2em;
+ list-style-type:decimal;
+ list-style-position:inside;
+}
+div.text ul {
+ margin:0.5em 0 0.5em 2em;
+ list-style-type:disc;
+ list-style-position:inside;
+}
+div.text li {
+ line-height:130%;
+}
/* Backgrounds & colors */
body {
Received on Tuesday, 6 October 2009 11:52:25 UTC