aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2013-06-17 22:20:59 +0200
committerSébastien Dailly <sebastien@chimrod.com>2013-06-22 16:42:08 +0200
commit09545394a9939358087a8b263ba7a74a02e01765 (patch)
tree52c7468e594876b0f1c27d064633e067c9475e60 /theme
parent5286cd3a70193af8d04f6d0788c72106e42016d6 (diff)
Connecting turntable with linux
Diffstat (limited to 'theme')
-rwxr-xr-xtheme/static/css/main.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/theme/static/css/main.css b/theme/static/css/main.css
index 0015dfe..1bd60f6 100755
--- a/theme/static/css/main.css
+++ b/theme/static/css/main.css
@@ -165,6 +165,17 @@ strong {
}
+div.admonition, div.attention {
+ background-color: #EEE;
+ border-left: 3px solid #ae4e00;
+ border-top: 1px solid #ae4e00;
+}
+
+ p.admonition-title {
+ color: #ae4e00;
+ font-weight: bold;
+ }
+
div#page {
background : url(../images/fond.jpg) repeat-y top center white;