mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Add l3 support to theme CSS.
This commit is contained in:
parent
cb736941e0
commit
b14cbfebf2
|
@ -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
|
||||||
|
|
|
@ -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
Loading…
Reference in New Issue
Block a user