diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-05-09 10:23:51 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-05-09 10:25:12 +0200 |
commit | 6c0e0b3eaeead84686148f0fa43cd441357a8b8c (patch) | |
tree | 67612b168a17417e60c6927ea02317f423a7c798 /view/css | |
parent | 9a0400c93a0e809c9bc32daa1aea0a78406b6676 (diff) | |
download | volse-hubzilla-6c0e0b3eaeead84686148f0fa43cd441357a8b8c.tar.gz volse-hubzilla-6c0e0b3eaeead84686148f0fa43cd441357a8b8c.tar.bz2 volse-hubzilla-6c0e0b3eaeead84686148f0fa43cd441357a8b8c.zip |
make all label bold
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 08154ca2c..1bb82f11c 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -78,7 +78,7 @@ code { white-space: normal; } -.form-group label { +label { font-weight: bold; } |