summaryrefslogtreecommitdiff
path: root/jimbrella/static
diff options
context:
space:
mode:
Diffstat (limited to 'jimbrella/static')
-rw-r--r--jimbrella/static/jimbrella.css32
1 files changed, 16 insertions, 16 deletions
diff --git a/jimbrella/static/jimbrella.css b/jimbrella/static/jimbrella.css
index 06c7225..5328f48 100644
--- a/jimbrella/static/jimbrella.css
+++ b/jimbrella/static/jimbrella.css
@@ -1,19 +1,3 @@
-body {
- font-family: sans-serif;
-}
-
-table.overview {
- border: 2px solid;
- text-align: center;
-}
-
-td {
- border: 1px solid;
- padding-top: 1em;
- padding-bottom: 1em;
- width: 6em;
-}
-
#container {
position: relative;
}
@@ -32,3 +16,19 @@ td {
padding: 1em;
}
}
+
+body {
+ font-family: sans-serif;
+}
+
+table.overview {
+ border: 2px solid;
+ text-align: center;
+}
+
+td {
+ border: 1px solid;
+ padding-top: 1em;
+ padding-bottom: 1em;
+ width: 6em;
+}