You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/12/17 19:26:48 UTC

svn commit: r357362 - /incubator/roller/trunk/web/theme/roller.css

Author: snoopdave
Date: Sat Dec 17 10:26:44 2005
New Revision: 357362

URL: http://svn.apache.org/viewcvs?rev=357362&view=rev
Log:
Fixing invalid CSS

Modified:
    incubator/roller/trunk/web/theme/roller.css

Modified: incubator/roller/trunk/web/theme/roller.css
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/theme/roller.css?rev=357362&r1=357361&r2=357362&view=diff
==============================================================================
--- incubator/roller/trunk/web/theme/roller.css (original)
+++ incubator/roller/trunk/web/theme/roller.css Sat Dec 17 10:26:44 2005
@@ -219,7 +219,7 @@
    padding: 2px; 
 }
 div.formrow {
-   float: left:
+   float: left;
    width: 80%;
 }
 label.formrow {
@@ -229,7 +229,7 @@
    padding-right: 1em;
 }
 div.sideformrow {
-   float: left:
+   float: left;
    width: 100%;
 }
 label.sideformrow {