Commit 877a8d4e3ccc5506b8ecfeeb3a79fd8005203baf
- Diff rendering mode:
- inline
- side by side
mouchak/static/css/main.css
(17 / 1)
  | |||
38 | 38 | } | |
39 | 39 | .navigation-style > ul > li { | |
40 | 40 | font-size:18px; | |
41 | padding:0px 40px; | ||
41 | padding:0px 45px; | ||
42 | 42 | } | |
43 | 43 | .navigation-style li { | |
44 | 44 | width:auto; | |
… | … | ||
139 | 139 | width: 58%; | |
140 | 140 | margin-left: 0.3em; | |
141 | 141 | } | |
142 | .my-col-9 { | ||
143 | width: 75%; | ||
144 | float: left; | ||
145 | clear: both; | ||
146 | position: relative; | ||
147 | } | ||
148 | .my-col-3 { | ||
149 | width: 25%; | ||
150 | float: left; | ||
151 | clear: both; | ||
152 | position: relative; | ||
153 | } | ||
154 | #header-box .col-md-9, #header-box .col-md-3 { | ||
155 | padding: 0; | ||
156 | } | ||
142 | 157 | ||
143 | 158 | .block { | |
144 | 159 | line-height: 150%; | |
… | … | ||
223 | 223 | /*testing hover */ | |
224 | 224 | body{margin-top:0px; | |
225 | 225 | overflow-y:scroll; | |
226 | font-size:18px; | ||
226 | 227 | } | |
227 | 228 | .panel-body { padding:0px;} | |
228 | 229 | .panel-body table tr td { padding-left: 15px } |