From 1736facb76f42e312505c1fea07ce65ef19aa142 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 23 Apr 2012 23:23:30 +0200 Subject: [PATCH] Removed old code for post preview --- wcfsetup/install/files/style/wbb.less | 42 +-------------------------- 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/wcfsetup/install/files/style/wbb.less b/wcfsetup/install/files/style/wbb.less index d3f162dca3..045c3a4051 100644 --- a/wcfsetup/install/files/style/wbb.less +++ b/wcfsetup/install/files/style/wbb.less @@ -281,44 +281,4 @@ width: 0px; } } -} - -/* ############## Post Preview ############## */ -.wbbPostPreview { - background-color: @wcfTooltipBackgroundColor; - color: @wcfTooltipColor; - margin-bottom: 10px; - max-width: 450px; - min-width: 150px; - padding: 7px; - position: absolute; - z-index: 320; - - .borderRadius(); - .boxShadow(0, 3px, rgba(0, 0, 0, .3), 7px); - - .pointer { - border-color: @wcfTooltipBackgroundColor transparent; - border-style: solid; - border-width: 9px 9px 0; - left: 10%; - position: absolute; - bottom: -9px; - } - - .wbbPostPreviewContent { - h1 { - display: inline-block; - } - - time { - font-size: @wcfSmallFontSize; - font-style: italic; - } - - h1, time, p { - line-height: 1.5; - margin-bottom: 7px; - } - } -} +} \ No newline at end of file -- 2.20.1