]> Pileus Git - site/blobdiff - theme/style.css
Support submenus
[site] / theme / style.css
index cb11975dfdd98c0d3c58dff24fcb6faa0aa42595..5bbd0e4d9b3318fe3f630cf426d2558f1a9fdd14 100644 (file)
@@ -27,6 +27,13 @@ blockquote {
        padding-left:  4px
 }
 
+pre {
+       background:    #f8f8f8;
+       border:        solid 1px #bbbbbb;
+       padding:       0.4em;
+       margin-left:   3em;
+}
+
 /* Title */
 .title {
        padding:       10px 20px;
@@ -94,6 +101,10 @@ h2.nav .cur {
        font-weight:   bold;
 }
 
+h2.nav .nav {
+       margin-left:   1em;
+}
+
 /* Content */
 .content {
        padding:       20px 20px 20px 220px;