Font size changes on gallery
authorLaury GvR <laury@gaslightmedia.com>
Wed, 29 Oct 2014 17:08:40 +0000 (13:08 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 29 Oct 2014 17:08:40 +0000 (13:08 -0400)
css/app.css
scss/site/_structure.scss

index f9fd4aa..265392f 100644 (file)
@@ -6098,7 +6098,11 @@ article h2 {
   border-radius: 4px;
   color: white;
   font-family: times;
-  font-size: 18px; }
+  font-size: 16px; }
+  #fancybox-title-inside a {
+    text-decoration: underline;
+    color: white;
+    font-style: italic; }
 
 #gallery li:first-child .ngg-gallery-thumbnail-box {
   background-color: orange; }
index 7b62ea4..6379e26 100644 (file)
@@ -595,9 +595,13 @@ article h2 {
         background-color: #0568b3;
         border-radius: 4px;
         color: white;
-        
         font-family: times;
-        font-size: 18px;
+        font-size: 16px;
+        a {
+            text-decoration: underline;
+            color: white;
+            font-style: italic;
+        }
     }
     #gallery li:first-child .ngg-gallery-thumbnail-box {
         background-color: orange;