mirror of
https://github.com/typecho/typecho.git
synced 2025-03-18 08:59:40 +01:00
加宽点
This commit is contained in:
parent
318c47c211
commit
d18af86968
@ -1,6 +1,6 @@
|
||||
<?php $this->need('header.php'); ?>
|
||||
|
||||
<div class="grid_10" id="content">
|
||||
<div class="grid_12" id="content">
|
||||
<?php if ($this->have()): ?>
|
||||
<?php while($this->next()): ?>
|
||||
<div class="post">
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<body>
|
||||
<div id="header" class="container_16 clearfix">
|
||||
<div class="grid_14">
|
||||
<div class="grid_16">
|
||||
<form id="search" method="post" action="/">
|
||||
<div><input type="text" name="s" class="text" size="20" /> <input type="submit" class="submit" value="<?php _e('搜索'); ?>" /></div>
|
||||
</form>
|
||||
|
@ -11,7 +11,7 @@
|
||||
$this->need('header.php');
|
||||
?>
|
||||
|
||||
<div class="grid_10" id="content">
|
||||
<div class="grid_12" id="content">
|
||||
<?php while($this->next()): ?>
|
||||
<div class="post">
|
||||
<h2 class="entry_title"><a href="<?php $this->permalink() ?>"><?php $this->title() ?></a></h2>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php $this->need('header.php'); ?>
|
||||
|
||||
<div class="grid_10" id="content">
|
||||
<div class="grid_12" id="content">
|
||||
<div class="post">
|
||||
<h2 class="entry_title"><a href="<?php $this->permalink() ?>"><?php $this->title() ?></a></h2>
|
||||
<p class="entry_data">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php $this->need('header.php'); ?>
|
||||
|
||||
<div class="grid_10" id="content">
|
||||
<div class="grid_12" id="content">
|
||||
<div class="post">
|
||||
<h2 class="entry_title"><a href="<?php $this->permalink() ?>"><?php $this->title() ?></a></h2>
|
||||
<p class="entry_data">
|
||||
|
@ -94,11 +94,6 @@ legend { font-weight: bold; }
|
||||
|
||||
ul { list-style-type: disc; }
|
||||
|
||||
/* -------------------------
|
||||
* reset width to 840px
|
||||
* ---------------------- */
|
||||
.container_16 { width: 840px; }
|
||||
|
||||
/* ------------------
|
||||
* header
|
||||
* --------------- */
|
||||
@ -188,7 +183,7 @@ width: 100%;
|
||||
}
|
||||
|
||||
.post img {
|
||||
max-width: 570px;
|
||||
max-width: 680px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user