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

This commit is contained in:
zero 2007-03-27 08:45:49 +00:00
parent 08acca7713
commit 3829363a3d
2 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,8 @@
<!--%import("style.css")-->
<!--@if($colorset=="normal"||!$colorset)-->
<!--%import("normal/style.css")-->
<!--@elseif($colorset=="blue")-->
<!--%import("blue/style.css")-->
<!--@end-->
<div class="newest_document_default_box">
<div class="title_box">
<div class="title">{$title}</div>

View file

@ -10,7 +10,7 @@
}
.newest_document_default_box .title_box .title {
background:url(./images/title_bullet.gif) no-repeat left;
background:url(./title_bullet.gif) no-repeat left;
font-weight:bold;
height:14px;
padding-left:20px;
@ -36,7 +36,7 @@
.newest_document_default_box .document {
padding:0px 0px 5px 20px;
background:url(./images/document_bullet.gif) no-repeat left;
background:url(./document_bullet.gif) no-repeat left;
float:left;
}