diff options
author | Mario <mario@mariovavti.com> | 2020-10-19 08:44:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-19 08:44:44 +0000 |
commit | cef0c2ebb2b16b006eca7dce8ec0b1a95d916dba (patch) | |
tree | 906d6b166fcd716af6b21455070bbd63b99e8b1b /view/css | |
parent | 5e0f5460f2ee92aecc53fd900e55d54fa5326fc5 (diff) | |
download | volse-hubzilla-cef0c2ebb2b16b006eca7dce8ec0b1a95d916dba.tar.gz volse-hubzilla-cef0c2ebb2b16b006eca7dce8ec0b1a95d916dba.tar.bz2 volse-hubzilla-cef0c2ebb2b16b006eca7dce8ec0b1a95d916dba.zip |
highlight events for today in notifications and remove some redundant css
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 984a5b4f9..122bb5904 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -11,29 +11,6 @@ nav .dropdown-menu { min-width: 16rem; } -@media screen and (min-width: 992px) { - nav .badge { - top: 0px; - left: 0px; - line-height: 0.75; - } -} - -@media screen and (max-width: 992px) { - .navbar { - padding: .5rem 7px; - } - - nav .badge { - top: 0.5rem; - left: 1.5rem; - } -} - -.widget .badge { - font-size: 100%; -} - .nav-item.nav-item-hack { height: 2.3rem; } @@ -77,10 +54,6 @@ nav .dropdown-menu { } /* nav overrides end */ -.list-group-item:hover { - text-decoration: none; -} - label { font-weight: bold; } |