diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-06-17 22:20:59 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-06-22 16:42:08 +0200 |
commit | 09545394a9939358087a8b263ba7a74a02e01765 (patch) | |
tree | 52c7468e594876b0f1c27d064633e067c9475e60 /theme | |
parent | 5286cd3a70193af8d04f6d0788c72106e42016d6 (diff) |
Connecting turntable with linux
Diffstat (limited to 'theme')
-rwxr-xr-x | theme/static/css/main.css | 11 |
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; |