diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-08-11 19:17:28 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2014-05-12 22:37:58 +0200 |
commit | d6eb187e0b4d6c558d9069c64c77699fd8b5043d (patch) | |
tree | dbdc107d4ddf79b9e35e6626e50bbe35353da6ba /theme/static/css/main.css | |
parent | b9e22325bb46e2611a73e54a3f0ade31800d1bd9 (diff) |
New article on server hacking
Diffstat (limited to 'theme/static/css/main.css')
-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; } |