Commit 01bcfd6c20c3a86861af9460244b13dc0875a0f9
1 parent
50c7bb76
Веталь
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -6,7 +6,7 @@ h1,h2,h3{margin:0px;padding:0px 0px 10px 0px;} |
6 | 6 | .fl{float:left;} |
7 | 7 | .fotter .wrap .fr{float:right; width: 180px; height: 50px; position: relative;font-size: 12px;} |
8 | 8 | .fotter .wrap .fr img{position: absolute; top: 50%; margin-top: -10px; right: 0;} |
9 | -.fotter .wrap .fl {line-height: 50px;} | |
9 | +.fotter .wrap .fl {line-height: 50px;font-size: 12px;} | |
10 | 10 | .both{clear:both;} |
11 | 11 | h1{margin:10px 0;font-size:24px;} |
12 | 12 | h3{margin-bottom:30px;} |
... | ... | @@ -159,10 +159,10 @@ ul.why_list li.item6{background:url('../img/why_item6.png') left no-repeat;} |
159 | 159 | .bottom{background:#4d5458;padding:40px 0px;color:#ffffff;} |
160 | 160 | .bottom .leftbar{float:left;width:210px; } |
161 | 161 | .bottom ul{list-style:none;margin:0px;padding:0px;line-height: 23px;} |
162 | -.bottom ul a{color:#ffffff;font-size:16px;text-decoration:none;} | |
162 | +.bottom ul a{color:#ffffff;font-size:15px;text-decoration:none;} | |
163 | 163 | .bottom ul a:hover{color:#799920;} |
164 | 164 | |
165 | -.phones{padding-left:25px;background:url('../img/phone.png') left top no-repeat;margin-top:50px;line-height: 23px;} | |
165 | +.phones{padding-left:25px;background:url('../img/phone.png') left top no-repeat;margin-top:50px;line-height: 23px;font-size: 18px;} | |
166 | 166 | .map{padding:5px 0px 5px 25px;background:url('../img/map.png') left no-repeat; margin-bottom: 7px;} |
167 | 167 | a.more_map{color:#99a5ad;border-bottom:1px dotted #99a5ad;text-decoration:none;font-size:11px;text-align:center;} |
168 | 168 | ... | ... |