1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Reverting r312562 as it's causing problems

This commit is contained in:
Philip Olson
2011-06-28 12:29:08 +00:00
parent 78de3348b7
commit febd7ea248
2 changed files with 1 additions and 5 deletions

View File

@@ -774,7 +774,7 @@ function print_news($news, $dog, $max = 5, $onlyyear = null, $return = false) {
</div>
</div>
<hr class="newsSep" />
<hr />
EOT;
}

View File

@@ -181,10 +181,6 @@ div.newsItem .newsdate {
margin-right: 10px;
}
hr.newsSep {
clear: right;
}
div.indent {
margin-left: 50px;
}