Skip to content

Commit

Permalink
refs #1300
Browse files Browse the repository at this point in the history
  * line  출력폼 조정
  • Loading branch information
inureyes committed Jul 30, 2009
1 parent 8aa6b21 commit 134fc8f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
8 changes: 5 additions & 3 deletions skin/blog/coolant/skin.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,11 @@ <h3>Lines
<a href="[##_line_atomurl_##]" onclick="window.open(this.href); return false"><img src="./images/atom_12.png" alt="ATOM Icon" /></a>
</h3>
<s_line_rep>
<span class="date">[##_line_rep_regdate_##]</span>
<span class="content">[##_line_rep_content_##]</span>
</s_line_rep>
<dl class="box">
<dt class="date">[##_line_rep_regdate_##]</li>
<dd class="content">[##_line_rep_content_##]</li>
</dl>
</s_line_rep>
</div>
</s_line>
<s_local>
Expand Down
16 changes: 10 additions & 6 deletions skin/blog/coolant/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1190,16 +1190,20 @@ form input:focus, textarea:focus
/* line */

/*-------------------------------*/
.Line .content
.line dl.box
{
color: #666;
border:1px solid #f5f5f5;
border-bottom:2px solid #f1f1f1;
border-right:2px solid #f1f1f1;
padding:10px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
margin-bottom:10px;
}

.Line .date
.line dl.box dt
{
color: #AAE;
border-bottom: 1px solid #eee;
}

/*-------------------------------*/

/* cover */
Expand Down

0 comments on commit 134fc8f

Please # to comment.