From 9a0b0b0185520a2cd5ec90f76e064fa190d70569 Mon Sep 17 00:00:00 2001 From: Anon Ray Date: Fri, 24 Jan 2014 18:34:24 +0530 Subject: [PATCH] Fix padding-left padding-right to 0 in .navigation-style.col-md-10 --- mouchak/static/css/main.css | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index 179055f..a71ef75 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -25,7 +25,6 @@ html { body { margin: 0; padding: 0; - } .container { margin-right:0; @@ -86,30 +85,26 @@ hr { width: 400px } - - - +.navigation-style.col-md-10 { + padding-left: 0; + padding-right: 0; +} .col-md-4 h3 { -color:#c00000; -border-bottom: 1px dotted #c00000 ; -width:65%; + color:#c00000; + border-bottom: 1px dotted #c00000 ; + width:65%; } .col-md-4 p { -width: 85% + width: 85% } - .col-md-2 h3 { -color:#c00000; -border-bottom: 1px dotted #c00000 ; -width:65%; + color:#c00000; + 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