html cleanups

git-svn-id: http://www.observium.org/svn/observer/trunk@626 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-01-09 00:17:02 +00:00
parent 7a24176508
commit 74faf8932c
21 changed files with 108 additions and 113 deletions
+4 -4
View File
@@ -3,8 +3,8 @@
function generate_front_box ($type, $content) {
echo("<div style='float: left; padding: 5px; width: 135px; margin: 0px;'>
<b class='box-".$type."'>
<b class='box-".$type."1'><b></b></b>
<b class='box-".$type."2'><b></b></b>
<b class='box-".$type."1'></b>
<b class='box-".$type."2'></b>
<b class='box-".$type."3'></b>
<b class='box-".$type."4'></b>
<b class='box-".$type."5'></b></b>
@@ -15,8 +15,8 @@ function generate_front_box ($type, $content) {
<b class='box-".$type."5'></b>
<b class='box-".$type."4'></b>
<b class='box-".$type."3'></b>
<b class='box-".$type."2'><b></b></b>
<b class='box-".$type."1'><b></b></b></b>
<b class='box-".$type."2'></b>
<b class='box-".$type."1'></b></b>
</div>");
}