Nudge up the button text size AMAP

pull/1/head
eric 2013-03-18 17:04:00 -04:00
parent dc8dea0768
commit 26848b1774
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -364,7 +364,7 @@ div#content-block-content {
width: 215px;
a, form input, > span {
font-size: @font-size-header;
font-size: @font-size-shout;
border: 4px solid @blue-grey;
.one-border-radius(10px);
display: block;

View File

@ -19,6 +19,7 @@
@font-size-default: 13px;
@font-size-larger: 15px;
@font-size-header: 19px;
@font-size-shout: 22px;
@link-color: #6994a3;
.header-text {