summaryrefslogtreecommitdiff
path: root/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--static/css/style.css21
1 files changed, 13 insertions, 8 deletions
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 {
}