summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorBlanksøgård <web-bsg@coreander.jones.dk>2007-10-29 00:16:32 +0100
committerBlanksøgård <web-bsg@coreander.jones.dk>2007-10-29 00:16:32 +0100
commitab7cf05c48d512a6c291b67dd0e22a593bbf8c97 (patch)
tree8f7565ae0d8ed3bb653f13ecf821023e5de4cb58 /local.css
parentc614012220c679457bccc2e917faa9cf80723177 (diff)
Right-align logo. Add margin around content.
Diffstat (limited to 'local.css')
-rw-r--r--local.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/local.css b/local.css
index c50b49a..eac7539 100644
--- a/local.css
+++ b/local.css
@@ -8,11 +8,14 @@ body {
#container {
background-color: white;
- border-style: solid;
- border-width: 2px;
margin: 10px 12%;
}
+#branding-logo {
+ float: right;
+ margin: opx;
+}
+
#sidebar {
float: left;
margin-left: 5%;
@@ -40,6 +43,7 @@ body {
#content {
float: right;
- width: 70%;
+ width: 68%;
line-height: 3ex;
+ margin: 1%;
}