Commit 35cd08e583e606af1e75600c3c518e43116f7415

navigation bar- css fixed for different screens
  
102102
103103.navigation-style {
104104 position: relative;
105 margin-top: -45px;
105 margin-top: -35px;
106106 height: 35px;
107107 background: none repeat scroll 0% 0% rgb(1, 55, 40);
108108z-index:1000;
109109opacity:0.7;
110110
111111padding-left:80px;
112 }
112width:auto;
113 }
113114
114115.navigation-style > ul > li {
115116
12291229 top: auto;
12301230 bottom: 0px;
12311231 margin-right: -19 }
1232
1233#content-container
1234{
1235background-image:url()
1236 }
1237
1238.well
1239{
1240margin-left:8%;
1241 }