Commit 9a0b0b0185520a2cd5ec90f76e064fa190d70569
Fix padding-left padding-right to 0 in .navigation-style.col-md-10
| | | | 25 | body { | 25 | body { |
---|
26 | margin: 0; | 26 | margin: 0; |
---|
27 | padding: 0; | 27 | padding: 0; |
---|
28 | | | |
---|
29 | } | 28 | } |
---|
30 | .container { | 29 | .container { |
---|
31 | margin-right:0; | 30 | margin-right:0; |
---|
… | | … | |
---|
85 | width: 400px | 85 | width: 400px |
---|
86 | } | 86 | } |
---|
87 | | 87 | |
---|
| | 88 | .navigation-style.col-md-10 { |
---|
| | 89 | padding-left: 0; |
---|
| | 90 | padding-right: 0; |
---|
| | 91 | } |
---|
88 | | 92 | |
---|
89 | | | |
---|
90 | | | |
---|
91 | | | |
---|
92 | .col-md-4 h3 { | 93 | .col-md-4 h3 { |
---|
93 | color:#c00000; | | color:#c00000; |
---|
94 | border-bottom: 1px dotted #c00000 ; | | border-bottom: 1px dotted #c00000 ; |
---|
95 | width:65%; | | width:65%; |
---|
| | 94 | color:#c00000; | | | 95 | border-bottom: 1px dotted #c00000 ; |
---|
| | 96 | width:65%; |
---|
96 | } | 97 | } |
---|
97 | .col-md-4 p { | 98 | .col-md-4 p { |
---|
98 | width: 85% | | width: 85% |
---|
| | 99 | width: 85% | 99 | } | 100 | } |
---|
100 | | 101 | |
---|
101 | | | |
---|
102 | .col-md-2 h3 { | 102 | .col-md-2 h3 { |
---|
103 | color:#c00000; | | color:#c00000; |
---|
104 | border-bottom: 1px dotted #c00000 ; | | border-bottom: 1px dotted #c00000 ; |
---|
105 | width:65%; | | width:65%; |
---|
| | 103 | color:#c00000; | | | 104 | border-bottom: 1px dotted #c00000 ; |
---|
| | 105 | width:65%; |
---|
106 | } | 106 | } |
---|
107 | | | |
---|
108 | | | |
---|
109 | | | |
---|
110 | | | |
---|
111 | | 107 | |
---|
112 | ul.dropdown-menu li { | 108 | ul.dropdown-menu li { |
---|
113 | /* background:!important none repeat scroll 0% 0% rgb(255, 255, 255);*/ | 109 | /* background:!important none repeat scroll 0% 0% rgb(255, 255, 255);*/ |
---|