From f47dd00a73a1cc849e416f98b8e491a31eaf4258 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Tue, 14 Feb 2012 15:49:36 +0000 Subject: [PATCH] Webhelp: Lower the minimum width of content pane --- xsl/webhelp/template/common/css/positioning.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsl/webhelp/template/common/css/positioning.css b/xsl/webhelp/template/common/css/positioning.css index aa1ce95eb..dad43fe73 100644 --- a/xsl/webhelp/template/common/css/positioning.css +++ b/xsl/webhelp/template/common/css/positioning.css @@ -114,7 +114,7 @@ p.breadcrumbs { color: #000000; /*border-left: 2px solid #cccccc; overflow :scroll;*/ z-index: 1000; - min-width:800px; + min-width:200px; } #navheader { -- 2.50.1