diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-08-15 14:00:51 +0200 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-08-15 14:00:51 +0200 |
commit | b88e1e98624510ceb5cc63a12d9f229213f2d5a1 (patch) | |
tree | 72b399d2a84a0c2967bc93695ff37d1fa23f7f51 /view/theme/redbasic/css | |
parent | c96b18359f89070838d87ac1d8eeb363c32b0e00 (diff) | |
download | volse-hubzilla-b88e1e98624510ceb5cc63a12d9f229213f2d5a1.tar.gz volse-hubzilla-b88e1e98624510ceb5cc63a12d9f229213f2d5a1.tar.bz2 volse-hubzilla-b88e1e98624510ceb5cc63a12d9f229213f2d5a1.zip |
.btn.xs > 0.75rem (let's keep that as the min. scalable font size)
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5a0e583d2..889988d48 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2378,7 +2378,7 @@ blockquote { } .btn-xs { - font-size: 0.7rem; + font-size: 0.75rem; } .btn-default { |