Refined the CSS and fixed some of the more recent issues.
[selectricity-live] / public / stylesheets / main.css
index 313dee5a55c6d5f658e9be66c3542c15c74e1f8a..4e845796687b9667f41fea7218a9d75f3d475835 100644 (file)
@@ -152,8 +152,12 @@ h5 {
        overflow: hidden;
 }
 
+#page-title {
+    margin: -20px -20px 1em -20px;
+}
+
 .plain-header {
-    margin: 1em -1.2em 1em -1.2em;
+    margin: 1em -20px 1em -20px;
 }
 
 .header {
@@ -185,19 +189,13 @@ h5 {
 
 #main-box {
        float: right;
-       width: 611px;
-       padding: 0;
+       width: 571px;
+       padding: 20px;
        background: #f9f9f9;
        border: 1px solid #b3b3b3;
 }
 
-.main-content {
-       margin: 1.2em;
-       line-height: 1.5em;
-       text-color: #454545;
-}
-
-.main-content p, .main-content blockquote, .main-content ul {
+#main-box p, #main-box blockquote, #main-box ul {
     margin-bottom: 1em;
 }
 

Benjamin Mako Hill || Want to submit a patch?