Merge pull request #33 from toooni/patch-1

prevent wrong link button font color
This commit is contained in:
Abdullah Almsaeed
2014-05-05 09:14:08 -04:00

View File

@@ -1318,7 +1318,7 @@ body > .header .logo .icon {
float: left;
cursor: default;
}
.box .box-header a {
.box .box-header a:not(.btn) {
color: #444;
}
.box .box-header > .box-tools {