Fixed duplicate attribute in css
This commit is contained in:
parent
b61f81c64d
commit
221c525057
|
@ -250,7 +250,7 @@ body > footer a:hover img {
|
||||||
margin: 0 20px;
|
margin: 0 20px;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
border-radius: 5px 5px 0 0;
|
border-radius: 5px 5px 0 0;
|
||||||
box-shadow: box-shadow: 0 3px 10px rgba(0,0,0,.5);
|
box-shadow: 0 3px 10px rgba(0,0,0,.5);
|
||||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
Loading…
Reference in New Issue