Commit 4ffa311fc16abe132f587bc4ec2c72890ad96df5

  • avatar
  • pradeep
  • Thu Jan 23 17:35:53 IST 2014
removed border right fron navigation bar
  • Diff rendering mode:
  • inline
  • side by side

mouchak/static/css/main.css

31 margin-right:0;31 margin-right:0;
32}32}
33.navigation-style {33.navigation-style {
34 width: 960px;
35 // line-height: 30px;
36 position: relative;34 position: relative;
37 font-family: Arial,Helvetica,sans-serif;35 font-family: Arial,Helvetica,sans-serif;
38 font-size: 12px;36 font-size: 12px;
39// float: left;
40 margin-top: 25px;37 margin-top: 25px;
41 height: 41px;38 height: 41px;
42 background: none repeat scroll 0% 0% #011100;
39 background: none repeat scroll 0% 0% #000;
43}40}
44.navigation-style li {41.navigation-style li {
45 width:auto;42 width:auto;
46 color:red;43 color:red;
47 //color: rgb(255, 255, 255);
48 font-size: 16px;44 font-size: 16px;
49 line-height: 41px;45 line-height: 41px;
50 padding: 0px 30px;46 padding: 0px 30px;
51 text-decoration: none;47 text-decoration: none;
52 border-right: 1px solid rgb(119, 106, 162);
53 display: inline-block;48 display: inline-block;
54 font-family: Helvetica,Arial,Verdana,sans-serif;49 font-family: Helvetica,Arial,Verdana,sans-serif;
55}50}
86 width: 400px86 width: 400px
87}87}
88ul.dropdown-menu li {88ul.dropdown-menu li {
89// background:!important none repeat scroll 0% 0% rgb(255, 255, 255);
90// border-bottom: 1px inset rgb(188, 181, 215);
89/* background:!important none repeat scroll 0% 0% rgb(255, 255, 255);*/
90/* border-bottom: 1px inset rgb(188, 181, 215);*/
91 filter: none;91 filter: none;
92 font-size: 14px;92 font-size: 14px;
93 display: block;93 display: block;
114 color: white;114 color: white;
115 text-decoration: none;115 text-decoration: none;
116}116}
117.dropdown-menu > li > a:hover {
118 color:yellow;
119 background-color:#000;
120}
121.dropdown-menu > li > a:focus {
122 background-color:#c00000;
123}
117124
118/*testing hover */125/*testing hover */
119body{margin-top:0px;126body{margin-top:0px;
131.panel-body table tr td { padding-left: 15px }131.panel-body table tr td { padding-left: 15px }
132.panel-body .table {margin-bottom: 0px; }132.panel-body .table {margin-bottom: 0px; }
133133
134.col-md-12 {
135 width:85%;
136}
134
135
137.col-sm-3 col-md-3{136.col-sm-3 col-md-3{
138 margin:0px 0px 0px -30px;137 margin:0px 0px 0px -30px;
139}138}

mouchak/static/css/normalize.css

306menu,306menu,
307ol,307ol,
308ul {308ul {
309 padding: 0 0 0 40px;
309 /* padding: 0 0 0 40px;*/
310}310}
311311
312/**312/**