diff options
author | marijus <mario@mariovavti.com> | 2014-09-12 21:07:28 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-09-12 21:07:28 +0200 |
commit | 72c30ea4441cfd5331dbdc4e6dd0a6f79f6518b3 (patch) | |
tree | f6df1e1a3125a534f10be1c34b0c12d0f80f30b1 /view | |
parent | 12900129bb8b4cd83d876ff22a2848e6a89acbc8 (diff) | |
parent | 11d3ef6176b6a16353e4733657621c98656848b4 (diff) | |
download | volse-hubzilla-72c30ea4441cfd5331dbdc4e6dd0a6f79f6518b3.tar.gz volse-hubzilla-72c30ea4441cfd5331dbdc4e6dd0a6f79f6518b3.tar.bz2 volse-hubzilla-72c30ea4441cfd5331dbdc4e6dd0a6f79f6518b3.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 196c1f8b0..df95e48b8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2273,11 +2273,11 @@ h1, h2 { } h3, h4 { - font-size: 0.9rem; + font-size: $font_size; } h5, h6 { - font-size: 0.75rem; + font-size: $body_font_size; } .dropdown-menu { |