From dc14f8bf2c233dd4d3fb7b1144762306382793af Mon Sep 17 00:00:00 2001 From: git-marijus Date: Thu, 22 Jun 2017 20:28:47 +0200 Subject: fix post title radius --- view/theme/redbasic/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 07dfd938d..c7869de8f 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1340,13 +1340,17 @@ main.fullscreen .section-content-wrapper-np { /* bootstrap overrides */ .btn, -.rounded-top, .form-control, .nav-pills .nav-link, .nav-tabs .nav-link { border-radius: $radius; } +.rounded-top { + border-top-left-radius: $radius !important; + border-top-right-radius: $radius !important; +} + blockquote { font-size: 1rem; font-style: italic; -- cgit v1.2.3