projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1778f28
)
Fix #363 - Docs: make the fixed menu on the left scrollable
author
Roberto Dip
<dip.jesusr@gmail.com>
Sat, 9 Aug 2014 23:40:18 +0000
(20:40 -0300)
committer
spf13
<steve.francia@gmail.com>
Sun, 10 Aug 2014 03:21:33 +0000
(23:21 -0400)
docs/static/css/style.css
patch
|
blob
|
history
diff --git
a/docs/static/css/style.css
b/docs/static/css/style.css
index f32af063b8ac1b05e52ea752876e72e2459a9777..792d53cf3577b167cba0fa1b9e65a4ec1e9669ec 100755
(executable)
--- a/
docs/static/css/style.css
+++ b/
docs/static/css/style.css
@@
-354,10
+354,11
@@
table tr th { color: #007AFF;}
/*sidebar navigation*/
\r
\r
#sidebar {
\r
- width: 1
8
0px;
\r
+ width: 1
9
0px;
\r
height: 100%;
\r
position: fixed;
\r
background: #ffffff;
\r
+ overflow-y: auto;
\r
}
\r
\r
.nav-collapse.collapse {
\r