diff web/css/dottes.css @ 622:5df2ceeb5726 build-default-249

Automated merge with ssh://hg.cryhavoc.org.uk/dottes
author Jim Hague <jim.hague@acm.org>
date Sun, 06 Nov 2016 13:40:37 +0000 (2016-11-06)
parents dfeb781e5196
children 37a9b621b5a6
line wrap: on
line diff
--- a/web/css/dottes.css	Sun Nov 06 09:15:57 2016 +0000
+++ b/web/css/dottes.css	Sun Nov 06 13:40:37 2016 +0000
@@ -1,5 +1,5 @@
 html {
-    font-size: 62.5%;
+    font-size: 100%;
 }
 
 body {
@@ -26,12 +26,7 @@
 
 div.banner
 {
-    height: 136px;
-
     background-color: black;
-    background-image: url('../img/banner.png');
-    background-repeat: no-repeat;
-    background-position: center center;
 
     -webkit-border-top-left-radius: 5px;
     -webkit-border-top-right-radius: 5px;
@@ -51,6 +46,16 @@
     margin-bottom: 5px;
 }
 
+div.banner img
+{
+    width: 100%;
+    max-width: 960;
+    max-height: 136px;
+    display: block;
+    margin-left: auto;
+    margin-right: auto;
+}
+
 div.banner h1
 {
     display: none;