Remove tabs from CSS indentation
authorMagnus Hagander <magnus@hagander.net>
Sun, 12 Jul 2020 12:02:35 +0000 (14:02 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sun, 12 Jul 2020 12:08:01 +0000 (14:08 +0200)
We seem to still have sometimes 2 and sometimes 4 character indentation,
but for now at least get rid of the tabs.

media/css/table.css
media/css/text.css

index c8ac49244d5d06d19461f3304617063ed4cc75e6..8236c6c71d0007410dfeba65aba61eb324ebe75c 100644 (file)
@@ -8,7 +8,7 @@ div.tblBasic h2 {
 
 div.tblBasic table {
         background: #F5F5F5 url(/media/img/layout/nav_tbl_top_lft.png) top left no-repeat;
-       margin-left: 2ex;
+        margin-left: 2ex;
         margin-bottom: 15px;
 }
 
index 38ad0e630cba15fb9e40bd3d2ce9019d8c6ca035..5df3569ef74a63269e56fcd36ac6044bf6e79587 100644 (file)
@@ -161,7 +161,7 @@ a:hover                         { color:#000000; text-decoration: underline; }
 #txtFrontUserName a:active              { color:#666; text-decoration: underline; }
 #txtFrontUserName a:hover               { color:#000; text-decoration: underline; }
 
-#txtArchives a:visited { color:#00536E; text-decoration: underline; }
+#txtArchives a:visited  { color:#00536E; text-decoration: underline; }
 #txtArchives pre        { word-wrap: break-word; font-size: 150%; }
 #txtArchives tt         { word-wrap: break-word; font-size: 150%; }