diff options
Diffstat (limited to 'theme/static')
-rwxr-xr-x | theme/static/css/main.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/theme/static/css/main.css b/theme/static/css/main.css index b49ad90..b976f4d 100755 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -66,9 +66,12 @@ ul, ol { .footnote-reference { position: relative; - bottom: 0.5em; font-size: 0.8em; } + +a.fn-backref { + text-decoration: none; +} p { margin: .75em; @@ -171,8 +174,15 @@ strong { } -div.admonition, div.attention { +.note, .admonition { + margin: 0.5em 1em; + border-left: 1px solid #ae4e00; +} + + +div.admonition-attention { background-color: #EEE; + border:1px solid #ccc; border-left: 3px solid #ae4e00; border-top: 1px solid #ae4e00; } |