From 35cd08e583e606af1e75600c3c518e43116f7415 Mon Sep 17 00:00:00 2001 From: subramanya Date: Mon, 5 May 2014 20:16:24 +0530 Subject: [PATCH] navigation bar- css fixed for different screens --- mouchak/static/css/main.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index 268e17e..c59ffd4 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -102,14 +102,15 @@ transition:0.5s; .navigation-style { position: relative; - margin-top: -45px; + margin-top: -35px; height: 35px; background: none repeat scroll 0% 0% rgb(1, 55, 40); z-index:1000; opacity:0.7; padding-left:80px; - } +width:auto; + } .navigation-style > ul > li { @@ -1228,3 +1229,13 @@ background-repeat: repeat-x; top: auto; bottom: 0px; margin-right: -19 } + +#content-container +{ +background-image:url() + } + +.well +{ +margin-left:8%; + } \ No newline at end of file -- 1.7.10.4