调整配色样式

This commit is contained in:
fen
2013-10-10 20:11:58 +08:00
parent 7d2dc73076
commit 38a2798dc9
8 changed files with 40 additions and 93 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ Typecho_Widget::widget('Widget_Contents_Attachment_Edit')->to($attachment);
<div class="body container">
<?php include 'page-title.php'; ?>
<div class="col-group typecho-page-main">
<div class="col-16 suffix">
<div class="col-8 suffix">
<div class="typecho-attachment-photo-box">
<?php if ($attachment->attachment->isImage): ?>
<img src="<?php $attachment->attachment->url(); ?>" alt="<?php $attachment->attachment->name(); ?>" />