ADS System
[edumed.git] / edumed / static / css / base.scss
index 567c0fb..b68b892 100644 (file)
@@ -20,6 +20,23 @@ body {
 .clr {
     clear: both;
 }
+
+#banners {
+    display: inline-block;
+    margin: 0 auto 1.4375em;
+    width: 58.75em;
+
+    > a {
+        display: block;
+        width: 100%;
+    }
+
+    img {
+        display: block;
+        margin: 0 auto;
+        width: 100%;
+    }
+}
 #header-wrapper {
     background-image: url(../img/header-bar.png);
     background-repeat: repeat-x;