share/collection.conf: Improve configuration of the "swap" graph.
[collection4.git] / share / style.css
index 3f2cf59..9f78f22 100644 (file)
@@ -1,6 +1,7 @@
 body
 {
        font-family: sans-serif;
+       margin: 0;
 }
 
 a
@@ -18,6 +19,7 @@ a:hover
 #layout-table
 {
        width: 100%;
+       margin: 1ex;
 }
 
 #layout-top-left,
@@ -221,3 +223,13 @@ div.graph-img:hover div.graph-buttons
        margin-bottom: 1px;
 }
 
+div.footer
+{
+       margin-left: auto;
+       margin-right: auto;
+       padding: 0 1em;
+       border-top: 1px solid gray;
+       font-size: 80%;
+       font-style: italic;
+       text-align: right;
+}