From aa8644cf36d1623c6a552cf17c86cbd61308cc12 Mon Sep 17 00:00:00 2001 From: Carolien Klep Date: Sat, 6 Oct 2012 21:56:34 +0530 Subject: [PATCH] test push --- chaloBEST/mumbai/static/css/content.css | 2 ++ chaloBEST/mumbai/static/css/style.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/chaloBEST/mumbai/static/css/content.css b/chaloBEST/mumbai/static/css/content.css index 3f7eec6..f669568 100644 --- a/chaloBEST/mumbai/static/css/content.css +++ b/chaloBEST/mumbai/static/css/content.css @@ -213,6 +213,8 @@ span.half {display:inline; float:left; margin:0; padding:0; width:50%;} .staticpage .box {padding:10px 0.8em;} .staticpage .main {min-height:300px;} .staticpage img{margin:0;} +/* remove below */ +.staticpage .forthetest{color:blue;} /* highlight box top right*/ .highlight {margin: -2px 0 0 0; padding:15px; background-color:#BEDB74; border: 2px solid #FBDD09; border-radius:0 0 15px 15px;} diff --git a/chaloBEST/mumbai/static/css/style.css b/chaloBEST/mumbai/static/css/style.css index fb9c4dd..83e9538 100644 --- a/chaloBEST/mumbai/static/css/style.css +++ b/chaloBEST/mumbai/static/css/style.css @@ -5,6 +5,8 @@ Base stylesheet with CSS normalization, typographic baseline grid and progressive responsiveness */ +/* remove below */ +.staticpage .forthetest{color:blue;} /* HTML5 DECLARATIONS */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {display: block}