Commit 82b29c31e9158efc1d5c47e19c019030e76d93cb
1 parent
c0bb48b5
Веталь
Showing
1 changed file
with
8 additions
and
4 deletions
Show diff stats
frontend/web/css/style.css
| ... | ... | @@ -8,7 +8,7 @@ h1,h2,h3{margin:0px;padding:0px 0px 10px 0px;} |
| 8 | 8 | .fotter .wrap .fr img{position: absolute; top: 50%; margin-top: -10px; right: 0;} |
| 9 | 9 | .fotter .wrap .fl {line-height: 50px;} |
| 10 | 10 | .both{clear:both;} |
| 11 | -h1{margin:10px 0px;font-size:24px;} | |
| 11 | +h1{margin:10px 0;font-size:24px;} | |
| 12 | 12 | h3{margin-bottom:30px;} |
| 13 | 13 | p{margin:3px 0px;padding:0px;} |
| 14 | 14 | |
| ... | ... | @@ -64,10 +64,14 @@ nav input[type="submit"]{width:35px;height:29px;border:none;background:url('../i |
| 64 | 64 | .basket a:link,.basket a:visited{text-decoration:none;color:#000000;font-size:18px;} |
| 65 | 65 | |
| 66 | 66 | .basket span.more {margin-bottom: -1px} |
| 67 | -.menu{background:#596065;border:1px solid #e8e8e8;} | |
| 67 | +.menu{ | |
| 68 | + background:#596065; | |
| 69 | + /*border:1px solid #e8e8e8;*/ | |
| 70 | +} | |
| 68 | 71 | .menu ul{margin:0px;padding:0px;list-style:none;} |
| 69 | -.menu ul li{float:left;border-right:1px solid #e8e8e8;} | |
| 70 | -.menu ul li a{float:left;padding:15px 20px 15px 20px;text-transform: uppercase;color:#ffffff;font-size:14px;font-weight:bold;text-decoration: none;} | |
| 72 | +.menu ul li{float:left;border-left:1px solid #e8e8e8;} | |
| 73 | +.menu ul li:first-child{border-left:none;} | |
| 74 | +.menu ul li a{float:left;padding:15px 20px 15px 20px;text-transform: uppercase;color:#ffffff;font-size:14px;text-decoration: none;} | |
| 71 | 75 | .menu ul li a:hover{color:#e5e4e4;} |
| 72 | 76 | .menu ul li.active a{background:#f5f5f5;color:#596065;} |
| 73 | 77 | ... | ... |