diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-05-26 23:53:34 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-05-26 23:53:34 +0000 |
commit | e1484f522d28194c63d424bc621b93d3cf8865b9 (patch) | |
tree | a6c2e5b249ac9c688525f24737fc8e29d1c669e1 /phpBB/adm/subSilver.css | |
parent | 4e71b1b96d21e78463a768004c1c8ed2e1d952d5 (diff) | |
download | forums-e1484f522d28194c63d424bc621b93d3cf8865b9.tar forums-e1484f522d28194c63d424bc621b93d3cf8865b9.tar.gz forums-e1484f522d28194c63d424bc621b93d3cf8865b9.tar.bz2 forums-e1484f522d28194c63d424bc621b93d3cf8865b9.tar.xz forums-e1484f522d28194c63d424bc621b93d3cf8865b9.zip |
Majority are UCP related updates ... avatars should now work, aside from gallery, fixed a few other issues, updated schema/basic
git-svn-id: file:///svn/phpbb/trunk@4062 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/subSilver.css')
-rw-r--r-- | phpBB/adm/subSilver.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/phpBB/adm/subSilver.css b/phpBB/adm/subSilver.css index bfc0b403b7..6892d07784 100644 --- a/phpBB/adm/subSilver.css +++ b/phpBB/adm/subSilver.css @@ -6,6 +6,9 @@ Copyright (c) 2002 phpBB Group */ +/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ +@import url("forms.css"); + body { background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; @@ -106,14 +109,15 @@ table.bg { } th, td { - font: 8pt Verdana, Arial, Helvetica, sans-serif; + font: normal 8pt Verdana, Arial, Helvetica, sans-serif; } th { height: 25px; background-color: #006699; color: #FFA34F; - font: bold 11px; + font-weight: bold; + font-size: 11px; } th.menu { @@ -175,6 +179,3 @@ input.liteoption { background-color: #FAFAFA; font-weight: normal; } - -/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ -@import url("forms.css"); |