diff options
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; |