diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-04-28 19:54:45 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-01 10:33:08 +0200 |
commit | dc214056449119b29ad7b19b8d47e81b343ff453 (patch) | |
tree | e5fbae31ed73509852d45354ab682e8c96e5c42f /theme/static/css/main.css | |
parent | bfc347fdea8ebf0246902cbf7c95cfd5b518b4e8 (diff) |
Updated theme and templates
Updated to pelican 3.2
Diffstat (limited to 'theme/static/css/main.css')
-rwxr-xr-x | theme/static/css/main.css | 31 |
1 files changed, 9 insertions, 22 deletions
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; } |