From: Marcel Werk Date: Thu, 10 Mar 2016 17:44:59 +0000 (+0100) Subject: Removed obsolete code X-Git-Tag: 3.0.0_Beta_1~2030^2~41 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3bc41923e2b9491da38447adf7de9c764a8a557f;p=GitHub%2FWoltLab%2FWCF.git Removed obsolete code --- diff --git a/wcfsetup/install/files/style/layout/sidebar.scss b/wcfsetup/install/files/style/layout/sidebar.scss index 7637b19f47..fbe5e708b9 100644 --- a/wcfsetup/install/files/style/layout/sidebar.scss +++ b/wcfsetup/install/files/style/layout/sidebar.scss @@ -75,59 +75,10 @@ } .sidebarBoxList { - > li { &:not(:last-child) { margin-bottom: 10px; } } - - /*.sidebarBoxHeadline > h3 { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - }*/ - } -} - -/*.sidebar {// @todo - dl.dataList { - overflow: hidden; - - @extend .wcfFontSmall; - } - - dl:not(.dataList) { - &:not(:first-child) { - margin-top: 10px; - } - } - - dl:not(.plain) { - display: block; - - > dt, - > dd { - display: block; - margin: 0; - text-align: left; - width: 100%; - } - } - - -} - -.sidebarNavigation > li { - &.active { - background-color: rgb(255, 255, 255); // @todo - margin: 0 -20px; - padding: 0 20px; - } - - > a { - display: block; - padding: 5px 0; } } -*/