Layout improvements. Change default inner padding for html_frame_start() from 5 to 0, this
lets us eliminate the white spacing between frames and their contents. Add in a div.default_container class that has a 5px padding to replace the now not present default spacing.
This commit is contained in:
@@ -11,6 +11,8 @@ require_once(BASE."include/application.php");
|
||||
|
||||
apidb_header("Browse Applications by Rating");
|
||||
|
||||
echo "<div class='default_container'>\n";
|
||||
|
||||
$sPathtrail = "<a href=\"browse_by_rating.php\">Main</a>";
|
||||
|
||||
echo html_frame_start("", '98%', '', 2);
|
||||
@@ -175,6 +177,7 @@ if (empty($aClean['sRating']))
|
||||
echo "</center>";
|
||||
}
|
||||
|
||||
echo "</div>\n";
|
||||
|
||||
apidb_footer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user