Commit f956c9dc3c8a822ed8d008bed3ddb5a24fd3e64b
- mouchak/static/css/main.css 10 --++++++++
- Diff rendering mode:
- inline
- side by side
mouchak/static/css/main.css
88 | 88 | ||
---|---|---|---|
89 | .content-head1 { | 89 | .content-head1 { |
90 | color:#000000; | 90 | color:#000000; |
91 | 91 | border-bottom: 1px dotted #C00000 ; | |
92 | width:80%; | 92 | width:80%; |
93 | /*font-family: sans-serif, roboto;*/ | 93 | /*font-family: sans-serif, roboto;*/ |
94 | font-size: 24px; | 94 | font-size: 24px; |
… | … | ||
113 | 113 | ||
114 | .content-head2 { | 114 | .content-head2 { |
115 | color:#000000; | 115 | color:#000000; |
116 | 116 | border-bottom: 1px dotted #C00000 ; | |
117 | width:80%; | 117 | width:80%; |
118 | /*font-family: sans-serif, roboto;*/ | 118 | /*font-family: sans-serif, roboto;*/ |
119 | font-size: 24px; | 119 | font-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 | |||
236 | li.a { | 238 | li.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; |
250 | border-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; |