diff options
Diffstat (limited to 'apidoc/sphinx/static/bottle.css')
-rw-r--r-- | apidoc/sphinx/static/bottle.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apidoc/sphinx/static/bottle.css b/apidoc/sphinx/static/bottle.css index 9afc7f9..d809b1a 100644 --- a/apidoc/sphinx/static/bottle.css +++ b/apidoc/sphinx/static/bottle.css @@ -49,3 +49,10 @@ h1, h2, h3, h4, h5, h6, h7, p.rubric { div.sphinxsidebar ul { font-size: 0.9em; } + +p.rubric { + background: #eee; + border-left: 5px solid #1C4E63; + padding-left: 5px; +} + |