From 43459025bcac72318e4ef8a32c2d4455321bc191 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sat, 14 Sep 2013 23:05:07 +0200 Subject: Draw pies using highcharts JS-lib --- static/css/style.css | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'static/css') diff --git a/static/css/style.css b/static/css/style.css index 64c612d..a79308e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -112,6 +112,19 @@ ul.arrow { color: #E15418; } +div.pie { + display: inline-block; + width: 370px; + height: 250px; +} + +div.month_exp { + display: inline-block; + width: 270px; + vertical-align: top; + margin-bottom: 10px; +} + /* Header */ #header { @@ -277,14 +290,6 @@ ul.arrow { overflow: auto; } -/* Table of contents */ - -ul#toc { -} - -.tocLink { -} - /* Footer */ #footer-wrap { } -- cgit v1.2.3-54-g00ecf