Commit 877a8d4e3ccc5506b8ecfeeb3a79fd8005203baf
- mouchak/static/css/main.css 18 -+++++++++++++++++
- Diff rendering mode:
- inline
- side by side
mouchak/static/css/main.css
38 | } | 38 | } |
---|---|---|---|
39 | .navigation-style > ul > li { | 39 | .navigation-style > ul > li { |
40 | font-size:18px; | 40 | font-size:18px; |
41 | 41 | padding:0px 45px; | |
42 | } | 42 | } |
43 | .navigation-style li { | 43 | .navigation-style li { |
44 | width:auto; | 44 | width:auto; |
… | … | ||
139 | width: 58%; | 139 | width: 58%; |
140 | margin-left: 0.3em; | 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 | .block { | 158 | .block { |
144 | line-height: 150%; | 159 | line-height: 150%; |
… | … | ||
223 | /*testing hover */ | 223 | /*testing hover */ |
224 | body{margin-top:0px; | 224 | body{margin-top:0px; |
225 | overflow-y:scroll; | 225 | overflow-y:scroll; |
226 | font-size:18px; | ||
226 | } | 227 | } |
227 | .panel-body { padding:0px;} | 228 | .panel-body { padding:0px;} |
228 | .panel-body table tr td { padding-left: 15px } | 229 | .panel-body table tr td { padding-left: 15px } |