From c76e5e541d7dfc5780fa46857eb5071309878983 Mon Sep 17 00:00:00 2001 From: Matthew Bowra-Dean Date: Fri, 30 Apr 2010 23:29:29 +1200 Subject: [PATCH] Variable width site. --- web/index.html | 2 +- web/openra.css | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/web/index.html b/web/index.html index 9af3b676df..bdc6cd51ab 100644 --- a/web/index.html +++ b/web/index.html @@ -75,7 +75,7 @@ Windows is a registered trademark of Microsoft Corporation in the United States and other countries.
Mac OS X is a trademark of Apple Inc., registered in the U.S. and other countries.
Linux is the registered trademark of Linus Torvalds in the U.S. and other countries.
- Mono is a registerd trademark of Novell, Inc. in the United States and other countries. + Mono is a registered trademark of Novell, Inc. in the United States and other countries.

diff --git a/web/openra.css b/web/openra.css index 1ea6f30107..47a32ab854 100644 --- a/web/openra.css +++ b/web/openra.css @@ -7,7 +7,7 @@ a:visited { color: White } div#main { - width: 1024px; + width: 80%; height:768px; background-image: url("background.png"); background-repeat: no-repeat; @@ -17,19 +17,29 @@ div#main div#header { - background-image: url("banner.png"); - background-repeat: no-repeat; + /*background-image: url("banner.png"); + background-repeat: no-repeat; */ + border-top: solid 2px #650b03; + border-bottom: solid 2px #650b03; + background-color: #272d2c; + width: 100%; height: 66px } div#header img { - vertical-align: middle; - margin: -30px 0px + float: left; + margin: -40px 0 0 0; +} + +div#header h1 +{ + margin-top: 10px; } div#content { + clear: left; float: left; width: 50%; text-align: justify;