Full-width page layout, and logo in navbar
authorJon Pipitone <jon.pipitone@utoronto.ca>
Sat, 27 Jul 2013 02:41:26 +0000 (22:41 -0400)
committerJon Pipitone <jon.pipitone@utoronto.ca>
Sat, 27 Jul 2013 03:45:06 +0000 (23:45 -0400)
swc-bootstrap.css
swc.css

index 6df6d1595b32a83aba243c88fb5614167910e1ef..9df5c84d5f4d0d4131f6abc941b7f1470c4656b5 100644 (file)
     background-color: white;
 }
 
+.navbar .brand {
+  padding-top: 9px;  /* align the logo */
+}
+
 .navbar .container {
     background-color: inherit;
 }
diff --git a/swc.css b/swc.css
index b67e1b2f2f5fc87217338966e344eeef5b9a83bd..7aa17b16fd79c25d291ef00a91aa724161f4729d 100644 (file)
--- a/swc.css
+++ b/swc.css
@@ -72,8 +72,6 @@ blockquote.testimonial cite {
 
 /* Main body of pages. */
 body {
-    background: #BEC3C6;
-    margin: 20px 0;
     font-family: "Open Sans", Helvetica, Arial, sans-serif;
     color: rgb(03, 03, 03);
 }