From e6e5f3309b718f0e7853422ef0c4929c0ae53887 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Sun, 21 Oct 2012 21:28:56 +0200 Subject: [PATCH] Minor style updates. --- src/_h5ai/client/css/inc/preview-img.less | 13 +------------ src/_h5ai/client/css/inc/preview-txt.less | 14 +------------- 2 files changed, 2 insertions(+), 25 deletions(-) diff --git a/src/_h5ai/client/css/inc/preview-img.less b/src/_h5ai/client/css/inc/preview-img.less index f11e9708..c3864013 100644 --- a/src/_h5ai/client/css/inc/preview-img.less +++ b/src/_h5ai/client/css/inc/preview-img.less @@ -19,8 +19,6 @@ } -// @check-white: rgba(255,255,255,0.5); -// @check-black: rgba(0,0,0,0.2); @check-white: #f8f8f8; @check-black: #e8e8e8; #pv-img-image { @@ -120,20 +118,11 @@ } } -// #pv-img-topbar { -// position: fixed; -// z-index: 5; -// width: 100%; -// left: 0; -// top: 0; -// .vert-gradient(rgb(37,37,37), rgb(24,24,24)); -// border-bottom: 1px solid rgb(27,27,27); -// } - #pv-img-bottombar { position: fixed; z-index: 5; width: 100%; + height: 32px; left: 0; bottom: 0; .vert-gradient(rgb(27,27,27), rgb(14,14,14)); diff --git a/src/_h5ai/client/css/inc/preview-txt.less b/src/_h5ai/client/css/inc/preview-txt.less index 413327a3..fc95063f 100644 --- a/src/_h5ai/client/css/inc/preview-txt.less +++ b/src/_h5ai/client/css/inc/preview-txt.less @@ -34,9 +34,6 @@ .gutter .line { border-right: none !important; } - // .code .line, table td.code .container textarea { - // white-space: normal !important; - // } } &.markdown { @@ -138,20 +135,11 @@ } } -// #pv-txt-topbar { -// position: fixed; -// z-index: 5; -// width: 100%; -// left: 0; -// top: 0; -// .vert-gradient(rgb(37,37,37), rgb(24,24,24)); -// border-bottom: 1px solid rgb(27,27,27); -// } - #pv-txt-bottombar { position: fixed; z-index: 5; width: 100%; + height: 32px; left: 0; bottom: 0; .vert-gradient(rgb(27,27,27), rgb(14,14,14));