From d6eb187e0b4d6c558d9069c64c77699fd8b5043d Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 11 Aug 2013 19:17:28 +0200 Subject: New article on server hacking --- theme/static/css/main.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'theme/static') 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; } -- cgit v1.2.3