From 37d350c3f589779a32ca356047d8c7244ac4878f Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 20 Mar 2017 11:18:23 +0100 Subject: update to latest bs4 from git and change hidden-* classes to d-* --- view/theme/redbasic/css/style.css | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index db06d39c3..b689b3209 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1435,10 +1435,6 @@ blockquote { border-radius: $radius; } -.btn-outline-secondary:hover { - color: $font_colour; -} - /* .navbar-inverse { background-image: -webkit-linear-gradient(top, $nav_gradient_top 0%, $nav_gradient_bottom 100%); @@ -1510,16 +1506,6 @@ blockquote { left: 0px; } - .thread-wrapper.toplevel_item { - width: 100%; - border:1px; - } - - .acl-list-item { - width: 98%; /* fallback if browser does not support calc() */ - width: calc(100% - 10px); - } - } .shareable_element_text { -- cgit v1.2.3