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:
@@ -160,7 +160,7 @@ function html_imagebutton($text, $url, $extra = "")
|
||||
}
|
||||
|
||||
|
||||
function html_frame_start($title = "", $width = "", $extra = "", $innerPad = 5)
|
||||
function html_frame_start($title = "", $width = "", $extra = "", $innerPad = 0)
|
||||
{
|
||||
|
||||
if ($width) { $width = 'width="'.$width.'"'; }
|
||||
|
||||
Reference in New Issue
Block a user