From 1bb519ad8ab0258d912d87e4f52493eed697feb8 Mon Sep 17 00:00:00 2001 From: Bhanu Date: Thu, 23 Jan 2014 14:58:51 +0530 Subject: [PATCH] css correction, homepage content grid --- mouchak/static/css/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index 03a554b..3160979 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -96,15 +96,15 @@ hr { width: 400px } -#homegridhead { + + +.col-md-3 h3 { color:red; border-bottom: 1px dotted red; -width:50%; +width:100%; } -.col-md-10{ -padding-left: 0%; -} + ul.dropdown-menu li { // background:!important none repeat scroll 0% 0% rgb(255, 255, 255); // border-bottom: 1px inset rgb(188, 181, 215); -- 1.7.10.4