summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorazul <azul@leap.se>2014-05-15 08:24:43 +0200
committerazul <azul@leap.se>2014-05-15 08:24:43 +0200
commita4f7a410c536d88c91c834cab6ee950c71005ddd (patch)
tree17aeb2b48ada703ac916a9a65fbf3c75a5dadb86
parent4b3b260e3e2bb972150da6f71d811179c0d43b14 (diff)
parenteb74538841c6cf687b87f5373b90a22847e974fa (diff)
Merge pull request #161 from azul/bugfix/download-button-wider
make download button wide enough for helvetica #5039
-rw-r--r--app/assets/stylesheets/leap.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/leap.scss b/app/assets/stylesheets/leap.scss
index d4db879..77104e5 100644
--- a/app/assets/stylesheets/leap.scss
+++ b/app/assets/stylesheets/leap.scss
@@ -171,7 +171,7 @@ input, textarea {
}
.download {
a.btn {
- width: 14em;
+ width: 15em;
font-weight: bold;
small {
font-weight: normal;