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