removed annoying white-space
This commit is contained in:
parent
6f894ad4ee
commit
1e88c55b37
@ -366,7 +366,7 @@
|
|||||||
$built .= $this->postControls();
|
$built .= $this->postControls();
|
||||||
|
|
||||||
// Body
|
// Body
|
||||||
$built .= '<p class="body">' . ($index ? truncate($this->body, $this->link()) : $this->body) . '</p></div><br class="clear"/>';
|
$built .= '<p class="body">' . ($index ? truncate($this->body, $this->link()) : $this->body) . '</p></div><br/>';
|
||||||
|
|
||||||
if(!$this->mod && $config['memcached']['enabled']) {
|
if(!$this->mod && $config['memcached']['enabled']) {
|
||||||
$memcached->set($this->memcached_key($index), $built, time() + $config['memcached']['timeout']);
|
$memcached->set($this->memcached_key($index), $built, time() + $config['memcached']['timeout']);
|
||||||
|
@ -194,12 +194,13 @@ div.post p.body {
|
|||||||
}
|
}
|
||||||
div.post.reply {
|
div.post.reply {
|
||||||
background: #D6DAF0;
|
background: #D6DAF0;
|
||||||
float: left;
|
/*float: left;*/
|
||||||
margin: 0.2em 16px;
|
margin: 0.2em 16px;
|
||||||
padding: 0.2em 0.3em 0.5em 0.6em;
|
padding: 0.2em 0.3em 0.5em 0.6em;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: none solid solid none;
|
border-style: none solid solid none;
|
||||||
border-color: #B7C5D9;
|
border-color: #B7C5D9;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
span.trip {
|
span.trip {
|
||||||
color: #228854;
|
color: #228854;
|
||||||
@ -376,4 +377,4 @@ div.blotter {
|
|||||||
color: red;
|
color: red;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user