]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - local.css
Update of the first lecture slides.
[edu/osp-wiki.git] / local.css
index 1e406d9772ba34f14e313148598c6572e1e7d834..85c050ff2d1f6cb6eb5e5f21a36706b8006b4e8e 100644 (file)
--- a/local.css
+++ b/local.css
@@ -15,7 +15,7 @@ hr {
 }
 
 code,pre,pre.hl {
-  background:#eee;
+  background:#d8d8d8;
 }
 
 pre {
@@ -196,6 +196,11 @@ a[href$=.pdf] {
   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;
 }