diff options
author | Azul <azul@leap.se> | 2014-04-29 12:23:22 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-04-29 12:23:22 +0200 |
commit | c75268538a63692a371fd03a999721f252af2a98 (patch) | |
tree | e98ca189d4bf954a13aba6b9eae719c2e2fec9d4 /app/assets/stylesheets/leap.scss | |
parent | 55fcdd3975baf6f6e167ab5164203ab9a2245186 (diff) |
simplify download button
Diffstat (limited to 'app/assets/stylesheets/leap.scss')
-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 4c0dfe3..2a0c100 100644 --- a/app/assets/stylesheets/leap.scss +++ b/app/assets/stylesheets/leap.scss @@ -231,13 +231,13 @@ input, textarea { .download { a.btn { width: 14em; + font-weight: bold; small { font-weight: normal; } } } a.btn { - font-weight: bold; width: 11em; margin: 10px auto; display: block; |