Indents in css file are now 2 spaces long.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Tue, 19 Aug 2008 18:06:23 +0000
changeset 80 55542eddada5
parent 79 58001ec7720c
child 81 b03b1ec17727
Indents in css file are now 2 spaces long. Patch by: Pawel Solyga Review by: Todd Larsen Review issue: 385 Review URL: http://codereviews.googleopensourceprograms.com/385
app/soc/content/css/soc.css
--- a/app/soc/content/css/soc.css	Tue Aug 19 17:57:58 2008 +0000
+++ b/app/soc/content/css/soc.css	Tue Aug 19 18:06:23 2008 +0000
@@ -113,23 +113,23 @@
   text-align: left;
 }
 
-        /* FORM FIELDS DEFINITION */ 
+    /* FORM FIELDS DEFINITION */ 
 
-        td.formfieldrequired {
-         font-style: italic;
-        }
+    td.formfieldrequired {
+     font-style: italic;
+    }
 
-        td.formfieldhelptext {
-         font-style: italic;
-        }
+    td.formfieldhelptext {
+     font-style: italic;
+    }
 
-        td.formfielderror {
-         color: #FF0000;
-        }
+    td.formfielderror {
+     color: #FF0000;
+    }
 
-        td.formfieldheading {
-         font-weight: bold;
-        }
+    td.formfieldheading {
+     font-weight: bold;
+    }
 
 
 /* ---------------------------- */ 
@@ -199,9 +199,9 @@
   background-position: left center;
 }
 
-        #footer .text {
-          padding-top: 20px;
-        }
+    #footer .text {
+      padding-top: 20px;
+    }
 
 /* SIDE BAR MENU DEFINITION */
 
@@ -242,19 +242,19 @@
   margin-top: 2em;
 }
 
-        #search .header {
-          font-weight: bold;
-          font-size: 90%;
-          margin-bottom: 1px;
-        }
+    #search .header {
+      font-weight: bold;
+      font-size: 90%;
+      margin-bottom: 1px;
+    }
 
-        #search .button {
-          margin-top: 1px;
-        }
+    #search .button {
+      margin-top: 1px;
+    }
 
-        #search .input input {
-          width: 125px;
-        }
+    #search .input input {
+      width: 125px;
+    }
 
 /* ---------------------------- */ 
 /* BLOG FEED DEFINITION */