From b2d8633ffcbd26ae96f6caa5b952b7ec43a1458c Mon Sep 17 00:00:00 2001 From: Bhanu Date: Thu, 23 Jan 2014 15:45:29 +0530 Subject: [PATCH] homepage content grid positioning fix --- mouchak/static/css/main.css | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index a6d8e66..4c1b249 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -98,13 +98,28 @@ hr { -.col-md-3 h3 { + + +.col-md-4 h3 { +color:#c00000; +border-bottom: 1px dotted #c00000 ; +width:65%; +} +.col-md-4 p { +width: 85% +} + + +.col-md-2 h3 { color:#c00000; -border-bottom: 1px dotted red; -width:100%; +border-bottom: 1px dotted #c00000 ; +width:65%; } + + + 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