aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-18 13:32:40 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-18 13:32:40 +0200
commit3ee78398aad992b190ecb046fb180a4656497c93 (patch)
treeb2d16324bbf9400e6d9fdaba2f22276a84807d50 /view
parent0ce8572fef170d5d920287d8328b27c79e819c4a (diff)
downloadvolse-hubzilla-3ee78398aad992b190ecb046fb180a4656497c93.tar.gz
volse-hubzilla-3ee78398aad992b190ecb046fb180a4656497c93.tar.bz2
volse-hubzilla-3ee78398aad992b190ecb046fb180a4656497c93.zip
fix page-title margin
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css4
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;