git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3842 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-02-26 21:03:40 +00:00
parent 062b6dd8a2
commit 2a557df88a
2 changed files with 11 additions and 3 deletions

View file

@ -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 */