From 29964bcf1e54da2dc42f2ef2a3c50689e25d35b4 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 27 Dec 2013 20:09:52 +0530 Subject: [PATCH] modded custom CSS: the font size of the carousel caption was increased. --- 2014/assets/css/custom.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index 020dafdf..b71d5e64 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -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 { -- 2.25.1