From f956c9dc3c8a822ed8d008bed3ddb5a24fd3e64b Mon Sep 17 00:00:00 2001 From: Bhanu Date: Tue, 4 Feb 2014 20:03:13 +0530 Subject: [PATCH] Style correction --- mouchak/static/css/main.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index f3a3ec7..404978b 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -88,7 +88,7 @@ hr { .content-head1 { color:#000000; -border-bottom: 1px dotted #5A5656 ; +border-bottom: 1px dotted #C00000 ; width:80%; /*font-family: sans-serif, roboto;*/ font-size: 24px; @@ -113,7 +113,7 @@ width: 23% .content-head2 { color:#000000; -border-bottom: 1px dotted #5A5656 ; +border-bottom: 1px dotted #C00000 ; width:80%; /*font-family: sans-serif, roboto;*/ font-size: 24px; @@ -230,20 +230,26 @@ body{margin-top:0px; .col-sm-3 col-md-3{ margin:0px 0px 0px -30px; } + .panel panel-default { width:700px; } + li.a { color:#000; border-right:none; list-style-type:square; } + .header-color{ color:red; } + .well { background-color:#f7f7f7; +border-radius: 0px; } + /* Site Map style */ .dropdown-large { position: static !important; -- 1.7.10.4