summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
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%;
}