aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2013-08-11 19:17:28 +0200
committerSébastien Dailly <sebastien@chimrod.com>2014-05-12 22:37:58 +0200
commitd6eb187e0b4d6c558d9069c64c77699fd8b5043d (patch)
treedbdc107d4ddf79b9e35e6626e50bbe35353da6ba /theme
parentb9e22325bb46e2611a73e54a3f0ade31800d1bd9 (diff)
New article on server hacking
Diffstat (limited to 'theme')
-rwxr-xr-xtheme/static/css/main.css14
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;
}