Add black border arround banner. Cleanup

This commit is contained in:
Paul van Schayck
2004-12-16 02:24:02 +00:00
committed by WineHQ
parent f2b58f208e
commit 6d167d8f54
3 changed files with 10 additions and 5 deletions

View File

@@ -138,7 +138,7 @@ p.indent { padding-left: 1em; padding-right: 1em;}
/*******************************************************************/
/* The following styles are used exclusively in appdb */
/* The following styles are used exclusively in appdb */
/*******************************************************************/
TD.cline { background-color: #EEEEEE; color: #000000;
text-align: center; font-weight: bold; font-size: 10pt; }
@@ -211,3 +211,10 @@ TD.stub { color: #0000B1; font-style: italic; text-align: center }
/* Search Field */
.searchfield { background-color: #E0E0E0; color: #666666; font-family: Helvetica, Arial; font-size: 10pt; padding: 0; }
/*******************************************************************/
/* Specific elements */
/*******************************************************************/
/* Banner div */
#banner { border: 1px solid black; }