Mercurial > dottes
diff web/css/dottes.css @ 621:dfeb781e5196
Attempt revamp of CSS and presentation. Ditch 960.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sun, 06 Nov 2016 13:40:32 +0000 |
parents | 2fe68733ec17 |
children | 37a9b621b5a6 |
line wrap: on
line diff
--- a/web/css/dottes.css Sun Nov 06 08:24:22 2016 +0000 +++ b/web/css/dottes.css Sun Nov 06 13:40:32 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;