Add l3 support to theme CSS.

This commit is contained in:
Eric Holscher 2015-04-08 16:35:43 -07:00
parent cb736941e0
commit b14cbfebf2
4 changed files with 9 additions and 3 deletions

View File

@ -69,6 +69,12 @@
li.toctree-l2.current > a li.toctree-l2.current > a
background: darken($section-background-color, 20%) background: darken($section-background-color, 20%)
padding: $gutter / 4 $gutter * 1.5 padding: $gutter / 4 $gutter * 1.5
li.toctree-l2 li.toctree-l3 > a
display: none
li.toctree-l2.current li.toctree-l3 > a
display: block
background: darken($section-background-color, 20%)
padding: $gutter / 4 $gutter * 2.5
li.current ul li.current ul
display: block display: block
li ul li ul

View File

@ -5,7 +5,7 @@ From https://github.com/ryan-roemer/sphinx-bootstrap-theme.
""" """
import os import os
VERSION = (0, 1, 7) VERSION = (0, 1, 8)
__version__ = ".".join(str(v) for v in VERSION) __version__ = ".".join(str(v) for v in VERSION)
__version_full__ = __version__ __version_full__ = __version__

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long