Update style for figcaption
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 16 Feb 2015 17:38:37 +0000 (12:38 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 16 Feb 2015 17:38:37 +0000 (12:38 -0500)
use 12 size font

css/app.css
scss/_structure.scss

index 0d2a711..d435234 100644 (file)
@@ -6181,6 +6181,12 @@ img {
   color: #325376;
   padding: 5px 0 20px 5px; }
 
+#toolbox figcaption {
+  font-size: 0.6875rem; }
+
+#toolbox .toolboxSectionFigureInner {
+  margin-bottom: 20px; }
+
 /* Image Upload Icons */
 .file-download {
   background-repeat: no-repeat;
@@ -6898,7 +6904,8 @@ ul#actionlinks a#lodging_specials:hover {
   color: #0F2F4D; }
   @media screen and (max-width: 40em) {
     #address1 {
-      margin: 0; } }
+      margin: 0;
+      text-align: center; } }
 
 #info {
   display: block;
@@ -6911,7 +6918,8 @@ ul#actionlinks a#lodging_specials:hover {
   color: #0F2F4D; }
   @media screen and (max-width: 40em) {
     #info {
-      margin: 0; } }
+      margin: 0;
+      text-align: center; } }
 
 #info a {
   color: #0F2F4D; }
index ec2a6a7..17c11c7 100755 (executable)
@@ -139,6 +139,12 @@ img {
     color: #325376;
     padding: 5px 0 20px 5px;
 }
+#toolbox figcaption {
+    font-size: rem-calc(11);
+}
+#toolbox .toolboxSectionFigureInner {
+    margin-bottom: 20px;
+}
 /* Image Upload Icons */
 .file-download {
     background-repeat: no-repeat;
@@ -822,6 +828,7 @@ ul#actionlinks a#lodging_specials:hover {
     color: #0F2F4D;
     @media screen and (max-width: 40em) {
         margin: 0;
+        text-align: center;
     }
 }
 #info {
@@ -835,6 +842,7 @@ ul#actionlinks a#lodging_specials:hover {
     color: #0F2F4D;
     @media screen and (max-width: 40em) {
         margin: 0;
+        text-align: center;
     }
 }
 #info a {