From dc214056449119b29ad7b19b8d47e81b343ff453 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 28 Apr 2013 19:54:45 +0200 Subject: Updated theme and templates Updated to pelican 3.2 --- theme/static/css/main.css | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) (limited to 'theme/static/css/main.css') diff --git a/theme/static/css/main.css b/theme/static/css/main.css index c8c0a01..e8b773b 100755 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -87,6 +87,10 @@ table.docutils { border: none; } +table.footnote td { + border: none; +} + td, th { margin: 0; padding: 2px 5px; @@ -269,28 +273,6 @@ div#page { font-weight: bolder; } -// aside#sidebar { -// float: right; -// width: 24%; -// } -// #sidebar .widget { -// margin-bottom: 10px; -// } -// #sidebar .widget ul { -// list-style-type: none; -// margin: auto auto auto 15px; -// } -// #sidebar .widget ul li:before { -// content: '» '; -// } -// -// #sidebar .widget ul a.more { -// display: inline-block; -// padding-top: 5px; -// text-decoration: none; -// } - - footer#footer { clear:both; border-top: 1px solid grey; @@ -301,3 +283,8 @@ div#page { direction:rtl; unicode-bidi:bidi-override; } + +.floatleft { float: left; margin: 0px 5px 5px 0px; } +.floatright { float: right; margin: 0px 0px 5px 5px; } + +.clear { clear:both; } -- cgit v1.2.3