-Footer link names bold.
authorOve Klykken <ove@gaslightmedia.com>
Thu, 31 Jul 2014 17:38:07 +0000 (13:38 -0400)
committerOve Klykken <ove@gaslightmedia.com>
Thu, 31 Jul 2014 17:38:07 +0000 (13:38 -0400)
-Bold GLM headers.
-Toolbox headers got increased top margin.
-Added right side margin to the content for more breathing room.

styles.css

index d980245..8bd99ff 100755 (executable)
@@ -137,6 +137,7 @@ img {
 /* Toolbox */\r
 #toolbox {\r
     margin-bottom: 50px;\r
+    margin-right: 40px;\r
     }\r
 #home #toolbox {\r
     margin-left: 45px;\r
@@ -159,11 +160,14 @@ img {
     font-size: 22px;\r
     color: #477645;\r
     }\r
+#toolbox .listing {\r
+    margin-top: 2em;\r
+    }\r
 /* For Small */\r
 @media only screen {\r
     .imageleft, .imageright {\r
         float: none;\r
-        width: 100% !important;\r
+        width: 100%;\r
         }\r
 \r
     }\r
@@ -171,13 +175,13 @@ img {
 @media only screen and (min-width: 40.063em) {\r
     .imageleft {\r
         float: left;\r
-        width: 300px !important;\r
         margin: 0 20px 20px 0;\r
+        width: auto;\r
         }\r
     .imageright {\r
         float: right;\r
-        width: 300px !important;\r
         margin: 0 0 20px 20px;\r
+        width: auto;\r
         }\r
     }\r
 .imagecaption {\r
@@ -206,13 +210,15 @@ img {
     }\r
 .hHlinesItem i {\r
     font-style: normal;\r
+    font-weight: bold;\r
+    text-align: right;\r
+    line-height: 30px;\r
     display: block;\r
     background: rgba(36,104,144, .8);\r
-    line-height: 30px;\r
     position: absolute;\r
     bottom: 0;\r
     z-index: 100;\r
-    padding: 5px;\r
+    padding: 5px 10px;\r
     width: 100%;\r
     }\r
 .hHlinesItem a:hover i {\r
@@ -257,6 +263,9 @@ img {
 #footer div#copyright a {\r
     display: inline;\r
     }\r
+#footer div div a:first-child {\r
+    font-weight: bold;\r
+    }\r
 /* Events */\r
 #eventHomeColumn {\r
     padding-left: 0;\r