Commit 9cdcc0b2 authored by Taddeus Kroes's avatar Taddeus Kroes

Moved font in CSS file.

parent 278ef9ea
...@@ -48,7 +48,6 @@ a, input { ...@@ -48,7 +48,6 @@ a, input {
float: left; float: left;
padding: 41px 10px 41px 0; padding: 41px 10px 41px 0;
border-right: 1px solid #c5c5c5; border-right: 1px solid #c5c5c5;
font: normal 21px/23px BebasNeueRegular;
list-style: none; list-style: none;
a { a {
...@@ -57,6 +56,7 @@ a, input { ...@@ -57,6 +56,7 @@ a, input {
width: 138px; width: 138px;
height: 31px; height: 31px;
padding: 10px 40px 0 12px; padding: 10px 40px 0 12px;
font: normal 21px/23px BebasNeueRegular, arial;
color: #7e7e7e; color: #7e7e7e;
text-decoration: none; text-decoration: none;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment