Commit d8364c02eebed41b29d369ed4584271f3f3c9ce1
1 parent
201a973c
123
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -129,7 +129,7 @@ header a.main:hover{ |
129 | 129 | position: relative; |
130 | 130 | } |
131 | 131 | .menu li a:hover, .menu li a.active{ |
132 | - background-position: center 22.5px; | |
132 | + background-position: center 23px; | |
133 | 133 | color:#a9aaa9; |
134 | 134 | } |
135 | 135 | .menu a.active{ |
... | ... | @@ -623,7 +623,6 @@ footer .socbuts a:hover{ |
623 | 623 | .title1{ |
624 | 624 | text-align: center; |
625 | 625 | text-transform: uppercase; |
626 | - font-weight: bold; | |
627 | 626 | font-size: 18px; |
628 | 627 | } |
629 | 628 | .title1.left{text-align: left;} | ... | ... |