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