mirror of
https://github.com/typecho/typecho.git
synced 2025-03-18 08:59:40 +01:00
禁用巨屏样式
This commit is contained in:
parent
92130ed9b9
commit
1eee4fba3b
@ -34,7 +34,7 @@
|
||||
</p>
|
||||
<?php endif; ?>
|
||||
<p>
|
||||
<label for="textarea" class="required"><?php _e('内容'); ?></label>
|
||||
<!-- <label for="textarea" class="required"><?php _e('内容'); ?></label> -->
|
||||
<textarea rows="8" cols="50" name="text" class="textarea"><?php $this->remember('text'); ?></textarea>
|
||||
</p>
|
||||
<p>
|
||||
|
@ -376,4 +376,7 @@ img.alignright {
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.container {
|
||||
max-width: 952px;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user