]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - local.css
Correction of InstallFest conference URL.
[edu/osp-wiki.git] / local.css
index cc50b2cdb0b07bee2e0cd9ab4f96b75bcf3a8662..85c050ff2d1f6cb6eb5e5f21a36706b8006b4e8e 100644 (file)
--- a/local.css
+++ b/local.css
@@ -15,7 +15,7 @@ hr {
 }
 
 code,pre,pre.hl {
-  background:#eee;
+  background:#d8d8d8;
 }
 
 pre {
@@ -189,13 +189,18 @@ a[href$=.pdf] {
   clear:both;
   margin-bottom:1em;
   border-bottom:1px solid #e8e5d6;
-/*   background:#f0ecdc; */
+  background:#f8f8f8;
   position:relative;
   border-radius:.6em;
   -moz-border-radius:.6em;
   padding:.7em 1.4em;
 }
 
+.comment code, .comment pre, .comment pre.hl {
+  background:#ddd;
+}
+
+
 .inlinepage h2,.inlinepage h3 {
   font-size:100%;
 }
@@ -300,6 +305,14 @@ legend {
   margin-bottom: 0.5ex;
 }
 
+li.L1 {
+  list-style: decimal;
+}
+
+li.L2 {
+  list-style: lower-alpha;
+}
+
 table {
   margin: 1ex 0ex;
 }