modded custom CSS: the font size of the carousel caption was increased.
authorrsiddharth <rsd@gnu.org>
Fri, 27 Dec 2013 14:39:52 +0000 (20:09 +0530)
committerrsiddharth <rsd@gnu.org>
Fri, 27 Dec 2013 14:39:52 +0000 (20:09 +0530)
2014/assets/css/custom.css

index 020dafdf79ac0fc6b564335392fa109546e8cd31..b71d5e6478fb7204ef73789be59db2aef9d3ce42 100644 (file)
@@ -287,8 +287,8 @@ body {
 }
 
 .btn-carousel {
-       font-size: 1.25em;
-       font-weight: 200;
+       font-size: 1.15em;
+       font-weight: 100;
 }
 
 .carousel-control .icon-prev,
@@ -304,6 +304,7 @@ body {
 
 .carousel-caption-tr {
   position: absolute;
+  font-size: 1.1em;
   top: 5%;
   bottom: auto;
   right: 1.5%;
@@ -325,6 +326,7 @@ body {
 
 .carousel-caption-bl {
   position: absolute;
+  font-size: 1.1em;
   top: auto;
   bottom: 5%;
   right: 45%;
@@ -343,6 +345,7 @@ body {
 
 .carousel-caption-tl {
   position: absolute;
+  font-size: 1.1em;
   top: 5%;
   bottom: auto;
   right: 34%;
@@ -374,7 +377,7 @@ body {
 
 @media screen and (min-width: 600px) and (max-width: 980px){
        .btn-carousel {
-               font-size: 1.0em;
+               font-size: 0.9em;
                font-weight: 200;
        }
 }
@@ -385,7 +388,7 @@ body {
   }
 
   .btn-carousel {
-         font-size: 0.90em;
+         font-size: 0.85em;
          font-weight: 200;
   }
   .carousel-caption-tr {