diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-31 18:13:36 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-31 18:13:36 +0200 |
commit | 391854058ea6b14ddb3cfe09dbf2999595afc2e1 (patch) | |
tree | e81a96316e89b520e35ded24899694243c947b92 /view | |
parent | 1bcee2f11c10ef6844383ea3ba8d15862604f8d1 (diff) | |
download | volse-hubzilla-391854058ea6b14ddb3cfe09dbf2999595afc2e1.tar.gz volse-hubzilla-391854058ea6b14ddb3cfe09dbf2999595afc2e1.tar.bz2 volse-hubzilla-391854058ea6b14ddb3cfe09dbf2999595afc2e1.zip |
minor css adjustments
Diffstat (limited to 'view')
-rw-r--r-- | view/css/bootstrap-red.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 2d2f3ba8c..eaa51e79c 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -74,5 +74,9 @@ code { .form-group label { font-weight: bold; -padding-left: 0px; +} + +small, +.small { + font-size: 0.75rem; } |