Commit f956c9dc3c8a822ed8d008bed3ddb5a24fd3e64b

Style correction
  • Diff rendering mode:
  • inline
  • side by side

mouchak/static/css/main.css

8888
89.content-head1 {89.content-head1 {
90color:#000000; 90color:#000000;
91border-bottom: 1px dotted #5A5656 ;
91border-bottom: 1px dotted #C00000 ;
92width:80%;92width:80%;
93/*font-family: sans-serif, roboto;*/93/*font-family: sans-serif, roboto;*/
94font-size: 24px;94font-size: 24px;
113113
114.content-head2 {114.content-head2 {
115color:#000000; 115color:#000000;
116border-bottom: 1px dotted #5A5656 ;
116border-bottom: 1px dotted #C00000 ;
117width:80%;117width:80%;
118/*font-family: sans-serif, roboto;*/118/*font-family: sans-serif, roboto;*/
119font-size: 24px;119font-size: 24px;
230.col-sm-3 col-md-3{230.col-sm-3 col-md-3{
231 margin:0px 0px 0px -30px;231 margin:0px 0px 0px -30px;
232}232}
233
233.panel panel-default {234.panel panel-default {
234 width:700px;235 width:700px;
235}236}
237
236li.a {238li.a {
237 color:#000;239 color:#000;
238 border-right:none;240 border-right:none;
239 list-style-type:square;241 list-style-type:square;
240}242}
243
241.header-color{244.header-color{
242 color:red;245 color:red;
243}246}
247
244.well {248.well {
245 background-color:#f7f7f7;249 background-color:#f7f7f7;
250border-radius: 0px;
246}251}
252
247/* Site Map style */253/* Site Map style */
248.dropdown-large {254.dropdown-large {
249 position: static !important;255 position: static !important;