rst.css
changeset 301 1439e072640a
parent 300 6b04b083cb79
--- a/rst.css	Fri Aug 14 12:39:21 2015 +0300
+++ b/rst.css	Fri Aug 14 13:37:52 2015 +0300
@@ -11,22 +11,14 @@
 a:hover { background: bisque; border-radius: 10px; padding: 1px; }
 p { text-indent: 2em; }
 
-p.topic-title.first { display: none; }
-p.topic-title.first + ul {
-    max-width: 400px;
+#contents {
+    max-width: 500px;
     margin: 0 auto;
     padding: 5px 0;
     background: cornsilk;
     border: 1px solid red;
     border-radius: 10px;
 }
-p.topic-title.first + ul > li {
-    list-style: none;
-}
-p.topic-title.first + ul > li > a { display: none; }
-p.topic-title.first + ul li li {
-    padding-right: 10px;
-}
 
 .formula, .literal-block {
     display: inline-block;