From 09545394a9939358087a8b263ba7a74a02e01765 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 17 Jun 2013 22:20:59 +0200 Subject: Connecting turntable with linux --- theme/static/css/main.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'theme/static') 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; -- cgit v1.2.3