summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2009-07-27 18:23:09 -0600
committertekkub <tekkub@gmail.com>2009-07-27 18:23:09 -0600
commit51cc28258c064001f758b10902a460bbd21e8aa5 (patch)
treedf251c8241ed2f39d2cef9584ab98e034da894a1 /css
parent55ef3c86e284e589db9a633273aae29af05fcfae (diff)
Add expand/collapse icons, tweak sidebar style
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 1e93a47..4dcaa9a 100755
--- a/css/style.css
+++ b/css/style.css
@@ -5,14 +5,30 @@
.category_index dt { margin-left: 0.5em !important; }
.category_index dd { margin-left: 1.5em !important; }
+#guides .guide .sidebar h3 {
+ color: black;
+ cursor: pointer;
+}
+#guides .guide .sidebar ul { margin-left: 0; }
+#guides .guide .sidebar ul li {
+ padding-left: 14px;
+ background: white url(/images/expand.png) -2px 2px no-repeat;
+ margin: .2em 0;
+}
+#guides .guide .sidebar ul li.expanded { background: white url(/images/collapse.png) -2px 2px no-repeat; }
+
.sidebar dl {
display: none;
- margin-bottom: 0;
+ margin-bottom: 1em;
}
+.sidebar dt { font-weight: bold; }
+.sidebar dd { margin-bottom: 0.5em; }
+
pre.terminal {
padding: 1em !important;
background: #444 !important;
color: white !important;
font-size: 0.9em !important;
}
+