svnweb-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Svnweb-commits] r855 - libreplanet-templates/branches/stable


From: sysadmin
Subject: [Svnweb-commits] r855 - libreplanet-templates/branches/stable
Date: Mon, 01 Mar 2010 17:31:33 -0500

Author: mattl
Date: Mon Mar  1 17:31:32 2010
New Revision: 855

Log:
fix css

Modified:
   libreplanet-templates/branches/stable/index.php

Modified: libreplanet-templates/branches/stable/index.php
==============================================================================
--- libreplanet-templates/branches/stable/index.php     Mon Mar  1 17:27:29 
2010        (r854)
+++ libreplanet-templates/branches/stable/index.php     Mon Mar  1 17:31:32 
2010        (r855)
@@ -7,7 +7,7 @@
 
    @import url('http://static.fsf.org/combo.css');
 
-   html {background-image: url('i/stripe.png');}
+html {background-image: url('i/stripe.png'); margin: 0; padding: 0;}
 
    #hd, #bd, #ft {background-color: black;}
 
@@ -35,7 +35,7 @@
 
 #signup a:active, #signup a:hover{color: red;}
 
-#womens {background-color: orange; font-size: 24px; padding: 24px; text-align: 
center;}
+#womens {background-color: orange; font-size: 24px; padding: 24px; text-align: 
center; text-transform: uppercase; font-weight: bold;}
   
 
    </style>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]