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:23:51 +0200 |
commit | 8a129610da14577c8dc54d878bb8b644caf918ec (patch) | |
tree | e6acb41e80e0470369141f4b9fd0773b2cb56d01 /view/css | |
parent | 86887535226be13e5248b6be3900d7576b645015 (diff) | |
download | volse-hubzilla-8a129610da14577c8dc54d878bb8b644caf918ec.tar.gz volse-hubzilla-8a129610da14577c8dc54d878bb8b644caf918ec.tar.bz2 volse-hubzilla-8a129610da14577c8dc54d878bb8b644caf918ec.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; } |