add MPI-SWS imrpint links
[web.git] / ralf / _sass / _layout.scss
index 299869f088dc67f336116199cbd92be3fdd6a58e..28d5919d40dea82ba1d9b040cc95994f896d72bb 100644 (file)
@@ -25,6 +25,12 @@ body { /* This centers us in the page, and handles the "too wide" case */
     padding-top: 1px; /* If we use 0 here, some paddings add up things get ugly. What?!? */
 }
 
+/* The footer */
+#-footer {
+    padding-top: 3em;
+    text-align: center;
+}
+
 /* Navigation menu */
 #-navi {
     padding: 0;
@@ -138,6 +144,9 @@ body { /* This centers us in the page, and handles the "too wide" case */
 
 /* Printing */
 @media print {
+    body {
+        background-color: white;
+    }
     body, #-frame, #-content {
         margin: 0;
         padding: 0;