Corrected spelling error
[lhc/web/wiklou.git] / stylesheets / wikistandard.css
index 70dfc99..dbfcfb1 100644 (file)
@@ -2,7 +2,7 @@
 
 #article { padding: 4px; }
 #content { margin: 0; padding: 0; }
-#footer { padding: 4px;font-size:95%; }
+#footer { padding: 4px;font-size:95%;clear: both; }
 #pagestats { font-size: 9pt; }
 #powersearch {
   background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
 
 
 /* Table of contents */
-.tocindent {
-       margin-left: 2em;
-}
-.tocline {
-       margin-bottom: 0px;
-}
-.toctoggle, .editsection {
-       font-size: smaller;
-}
+.toctoggle, .editsection { font-size: smaller; }
 
 /* ... */
 #toolbar { padding:0px; }
@@ -51,3 +43,7 @@ td { empty-cells:show; }
 td.bottom { border-top: 1px solid gray; }
 td.top { border-bottom: 1px solid gray; }
 
+
+#siteNotice {
+    border: 1px solid red;
+}