diff options
| author | Cameron McEfee <cameron@github.com> | 2011-05-18 11:32:23 -0700 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-05-18 11:32:23 -0700 |
| commit | 0c32850af613ca92e81533208feb0e1ab7bd13a7 (patch) | |
| tree | 57538ac30be94a550bc8a0949c3025cbe88f40fd /shared | |
| parent | 3a6da1ac77fb39aa399fa20cbda19dda81c22930 (diff) | |
fix dropdown overlap
Diffstat (limited to 'shared')
| -rw-r--r-- | shared/css/documentation.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/css/documentation.css b/shared/css/documentation.css index 9fac100..f5bfe22 100644 --- a/shared/css/documentation.css +++ b/shared/css/documentation.css @@ -258,7 +258,7 @@ div.sidebar-module > ul h3:hover a { div.sidebar-module ul ul, div.sidebar-module .spacer { display: block; - height: 2px; + padding-bottom: 2px; background-color: #FAFAFB; } |
