summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-03-26 18:17:55 +0100
committerAzul <azul@riseup.net>2016-05-02 08:31:17 -0300
commit65f67e1829666a65a3b354d4d95f9d38aa15a81e (patch)
tree876d346a9b9f7d1576500c920806c3cff2e12a6d /app/assets
parenta0d9fbc4bcbd2f37e8d86d99c2e01753eecb14d7 (diff)
upgrade: fix buttons for bootstrap3
bootstrap3 now requires btn-default if no other btn option is present. download button on home page was too small in german translation
Diffstat (limited to 'app/assets')
-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 329fc09..8c4d702 100644
--- a/app/assets/stylesheets/leap.scss
+++ b/app/assets/stylesheets/leap.scss
@@ -198,7 +198,7 @@ input, textarea {
}
.download {
a.btn {
- width: 15em;
+ width: 18em;
font-weight: bold;
small {
font-weight: normal;