projects
/
noc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
377437e
)
fixed sidebar theming
author
Christian Pointner
<equinox@realraum.at>
Thu, 17 Dec 2015 23:08:51 +0000
(
00:08
+0100)
committer
Christian Pointner
<equinox@realraum.at>
Thu, 17 Dec 2015 23:08:51 +0000
(
00:08
+0100)
doc/local.css
patch
|
blob
|
history
diff --git
a/doc/local.css
b/doc/local.css
index
7d75d3f
..
e5d32bf
100644
(file)
--- a/
doc/local.css
+++ b/
doc/local.css
@@
-164,12
+164,12
@@
p>code, dd>code, li>code {
padding: 0;
border: none;
z-index: 100;
- background: black;
+ background: #222;
}
.sidebar ul {
margin: 0;
- padding: 0;
+ padding-left: 0.5em;
list-style: none;
background: transparent;
}
@@
-194,6
+194,10
@@
p>code, dd>code, li>code {
background: transparent;
}
+.sidebar ul li:hover {
+ background: #333;
+}
+
.sidebar ul ul {
margin-left: 1em;
}