diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-24 14:06:39 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-24 14:06:39 +0000 |
| commit | e0f2c00ce6115e1d93bc6e2f96b4d772ae862d02 (patch) | |
| tree | 9fdcdd69848175af08d708a0cf2ce9f59d23802e | |
| parent | fca99a7a62eb5410251437050bbffe08703c8b76 (diff) | |
| download | forums-e0f2c00ce6115e1d93bc6e2f96b4d772ae862d02.tar forums-e0f2c00ce6115e1d93bc6e2f96b4d772ae862d02.tar.gz forums-e0f2c00ce6115e1d93bc6e2f96b4d772ae862d02.tar.bz2 forums-e0f2c00ce6115e1d93bc6e2f96b4d772ae862d02.tar.xz forums-e0f2c00ce6115e1d93bc6e2f96b4d772ae862d02.zip | |
border and padding updates for body
git-svn-id: file:///svn/phpbb/trunk@4328 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/styles/subSilver/theme/stylesheet.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index 406479ffa1..f8c29af099 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -12,7 +12,7 @@ /* TEXT */ -body { scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; background-color: white; background-image: url('./images/background.gif'); background-repeat: repeat-x; font-family: Verdana, Helvetica, sans-serif; margin: 0px; } +body { scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; background-color: white; background-image: url('./images/background.gif'); background-repeat: repeat-x; font-family: Verdana, Helvetica, sans-serif; margin: 0px; border: 0px; padding: 0px; } h1 { color: black; font-family: 'Trebuchet MS', Verdana, sans-serif; font-weight: bold; font-size: 140%; text-decoration: none; margin: 0px; } h2 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 120%; text-decoration:none; line-height: 120%; } h3 { font-size: 120%; font-weight: bold; font-family: Verdana, serif; line-height: 120%; } |
