[fix] Border radius on header buttons

For an unknown reason, the border radius was still applied on the header buttons
This commit is contained in:
kload 2015-11-13 12:47:13 -05:00
parent c8825b97aa
commit 96508edd00
2 changed files with 3 additions and 2 deletions

View file

@ -155,6 +155,7 @@ body {
a {
display: block;
margin: 3px 0;
border-radius: 0;
}
a.fa-sign-out {
.fa-2x;

File diff suppressed because one or more lines are too long