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:
Chris Morgan
2007-05-02 01:08:22 +00:00
committed by WineHQ
parent 11ecfa230b
commit 25edd78c73
24 changed files with 106 additions and 28 deletions

View File

@@ -220,6 +220,9 @@ TD.app_name { width: 150px }
/* Note box */
.note { padding: 7px; }
/* Default div style */
div.default_container { padding: 5px; }
/*******************************************************************/
/* Specific elements */
/*******************************************************************/