Set the font-weight for links to 'normal', to prevent ugly bold links.

This commit is contained in:
bobdenotter 2013-10-19 19:10:54 +02:00
parent 60a14f6ffe
commit b6738b60e3

View File

@ -181,6 +181,7 @@
.sf-toolbar-block .sf-toolbar-icon > a,
.sf-toolbar-block .sf-toolbar-icon > span {
display: block;
font-weight: normal;
text-decoration: none;
margin: 0;
padding: 5px 8px;