diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-18 13:32:40 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-18 13:32:40 +0200 |
commit | 3ee78398aad992b190ecb046fb180a4656497c93 (patch) | |
tree | b2d16324bbf9400e6d9fdaba2f22276a84807d50 /view/theme | |
parent | 0ce8572fef170d5d920287d8328b27c79e819c4a (diff) | |
download | volse-hubzilla-3ee78398aad992b190ecb046fb180a4656497c93.tar.gz volse-hubzilla-3ee78398aad992b190ecb046fb180a4656497c93.tar.bz2 volse-hubzilla-3ee78398aad992b190ecb046fb180a4656497c93.zip |
fix page-title margin
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index df8d34066..a7517bb11 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1859,6 +1859,10 @@ nav .dropdown-menu { color: $nav_active_icon_colour; } +.page-title { + margin: 10px 0px; +} + .section-title-wrapper { padding: 7px 10px; background-color: $item_colour; |