Commit 35cd08e583e606af1e75600c3c518e43116f7415

navigation bar- css fixed for different screens
  • Diff rendering mode:
  • inline
  • side by side

mouchak/static/css/main.css

102102
103.navigation-style { 103.navigation-style {
104 position: relative;104 position: relative;
105 margin-top: -45px;
105 margin-top: -35px;
106 height: 35px;106 height: 35px;
107 background: none repeat scroll 0% 0% rgb(1, 55, 40);107 background: none repeat scroll 0% 0% rgb(1, 55, 40);
108z-index:1000;108z-index:1000;
109opacity:0.7;109opacity:0.7;
110110
111padding-left:80px;111padding-left:80px;
112 }
112width:auto;
113 }
113 114
114.navigation-style > ul > li { 115.navigation-style > ul > li {
115116
1229 top: auto;1229 top: auto;
1230 bottom: 0px;1230 bottom: 0px;
1231 margin-right: -19 }1231 margin-right: -19 }
1232
1233#content-container
1234{
1235background-image:url()
1236 }
1237
1238.well
1239{
1240margin-left:8%;
1241 }