mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@716 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
08acca7713
commit
3829363a3d
2 changed files with 7 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue