From 2a557df88aaf83a0226afda97737ceed63fb23f0 Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 26 Feb 2008 21:03:40 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3842 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- layouts/xe_blog/css/layout.css | 4 ++-- layouts/xe_blog/layout.html | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/layouts/xe_blog/css/layout.css b/layouts/xe_blog/css/layout.css index 9acb7ccd8..25f4a5a82 100644 --- a/layouts/xe_blog/css/layout.css +++ b/layouts/xe_blog/css/layout.css @@ -60,8 +60,8 @@ ul.blogGlobal li a {text-decoration:none; font-size:.9em; letter-spacing:-1px;} /* Widget */ .blog_widget_ h2 {margin:0; padding:5px 0 0 12px; font:bold .9em tahoma;} -.blog_widget_ .items {list-style:none; padding:0; margin:0; margin-top:1.3em;} -.blog_widget_ .items li {height:1.7em; padding-left:1.8em;} +.blog_widget_ .items {list-style:none; padding:0; margin:0; margin-top:1.3em; overflow:hidden; width:165px;} +.blog_widget_ .items li { white-space:nowrap; overflow:hidden; height:1.7em; padding-left:1.8em;} .blog_widget_ .items li a { text-decoration:none; font-size:1em; overflow:hidden; white-space:nowrap;} /* Calender */ diff --git a/layouts/xe_blog/layout.html b/layouts/xe_blog/layout.html index c9b044ca7..8daf48051 100644 --- a/layouts/xe_blog/layout.html +++ b/layouts/xe_blog/layout.html @@ -69,6 +69,9 @@

{$layout_info->profile}

+ + +

category

@@ -78,8 +81,13 @@
  • depth)-->style="margin-left:{$val->depth*8}px;" class="on">{$val->title}({$val->document_count})
  • -
    + +
    + +
    + +