Blur login field after login
[blerg.git] / www / css / doc.css
index 39ace21..1173b95 100644 (file)
@@ -11,6 +11,12 @@ h1, h2, h3, h4, h5 {
        clear: both;
 }
 
+pre {
+       background-color: #090909;
+       color: #F7F7F7;
+       padding: 0.5em;
+}
+
 .pizzapie {
        width: 25%;
        font-family: sans-serif;
@@ -61,3 +67,11 @@ h1, h2, h3, h4, h5 {
 .bitstructure .B2 {
        height: 16px;
 }
+
+.magic {
+       display: none;
+}
+
+.magic + .magic {
+       display: inline;
+}