diff options
author | Azul <azul@leap.se> | 2014-05-14 16:46:38 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-05-14 16:46:38 +0200 |
commit | eb74538841c6cf687b87f5373b90a22847e974fa (patch) | |
tree | f90e0756d83626290a454cbd2f7ab41eab6d3940 /app | |
parent | 09798683794a5b74cd9cb8801f15d21e093e68b9 (diff) |
make download button wide enough for helvetica #5039
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/leap.scss | 2 |
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; |