diff wikked/static/css/wikked.less @ 13:30ae685b86df

Added support for authentatication - Added `.wikirc` config file. - Added login, logout. - Added users and groups. - CLI command to generate user. - CLI command to reset the index.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 30 Dec 2012 19:57:52 -0800
parents aa6951805e1a
children 8d6c2a5ed08d
line wrap: on
line diff
--- a/wikked/static/css/wikked.less	Sat Dec 29 18:24:38 2012 -0800
+++ b/wikked/static/css/wikked.less	Sun Dec 30 19:57:52 2012 -0800
@@ -112,7 +112,7 @@
 }
 
 .container {
-    nav, div.meta {
+    nav, .meta {
         color: @colorNavLink;
         font-size: @smallFontSize;
         line-height: (@baseLineHeight * 2);
@@ -127,18 +127,16 @@
             &:active { color: @colorNavLink; }
         }
     }
-    article {
-        .page {
-            .box-shadow(0 0 10px, rgb(210, 210, 210));
-            padding: @baseLineHeight;
-            background: @backgroundPage;
-        }
+    .page {
+        .box-shadow(0 0 10px, rgb(210, 210, 210));
+        padding: @baseLineHeight;
+        background: @backgroundPage;
+    }
 
-        .page>pre {
-            margin-top: @baseLineHeight;
-        }
+    .page>pre {
+        margin-top: @baseLineHeight;
     }
-    div.meta {
+    .meta {
         font-size: @smallerFontSize;
     }
 }