From c65bb88074dccc0aaeb61934a5d888490ea025fa Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Sat, 18 Apr 2009 15:05:41 +0200 Subject: [PATCH] fixed too small width of the left div which can easily cause an ugly line break --- htdocs/css/screen/basemod.css | 4 ++-- template/mumble/content.htm | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/htdocs/css/screen/basemod.css b/htdocs/css/screen/basemod.css index 564785c..4fd166a 100644 --- a/htdocs/css/screen/basemod.css +++ b/htdocs/css/screen/basemod.css @@ -41,10 +41,10 @@ * */ - #col1 { float: left; width: 30%} + #col1 { float: left; width: 40%} #col1 { float: left } #col2 { display:none} - #col3 { width: auto; margin: 0 0 0 30%; border-left: 1px #ddd dotted } + #col3 { width: auto; margin: 0 0 0 40%; border-left: 1px #ddd dotted } #col1_content { padding: 0 10px 0 20px } #col3_content { padding: 0 20px 0 10px } diff --git a/template/mumble/content.htm b/template/mumble/content.htm index 24ab3dd..0ed93d2 100644 --- a/template/mumble/content.htm +++ b/template/mumble/content.htm @@ -2,13 +2,11 @@
- - {% for item in ChannelTable %}
+ mumble {{ ServerObject.rootName }} -