From 3bc41923e2b9491da38447adf7de9c764a8a557f Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 10 Mar 2016 18:44:59 +0100 Subject: [PATCH] Removed obsolete code --- .../install/files/style/layout/sidebar.scss | 49 ------------------- 1 file changed, 49 deletions(-) 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; } } -*/ -- 2.20.1