aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-02-22 14:39:49 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-02-22 14:39:49 +0000
commite2bd5cad6782a6fe6b98b9b04935cdf744d9b4a0 (patch)
tree9ce0b9f340a9a385e4482c31b6c0e26a101f84f0 /phpBB/templates
parent7ce7400bc66dcfc1c173f13be9cd9417fccadec1 (diff)
downloadforums-e2bd5cad6782a6fe6b98b9b04935cdf744d9b4a0.tar
forums-e2bd5cad6782a6fe6b98b9b04935cdf744d9b4a0.tar.gz
forums-e2bd5cad6782a6fe6b98b9b04935cdf744d9b4a0.tar.bz2
forums-e2bd5cad6782a6fe6b98b9b04935cdf744d9b4a0.tar.xz
forums-e2bd5cad6782a6fe6b98b9b04935cdf744d9b4a0.zip
minor changes ... mainly for Moz
git-svn-id: file:///svn/phpbb/trunk@3505 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/form.css20
1 files changed, 7 insertions, 13 deletions
diff --git a/phpBB/templates/subSilver/form.css b/phpBB/templates/subSilver/form.css
index fde54cb138..979d88e784 100644
--- a/phpBB/templates/subSilver/form.css
+++ b/phpBB/templates/subSilver/form.css
@@ -1,19 +1,13 @@
/* Fancy form styles for IE */
-input, textarea, select {
-border-top-width : 1px;
-border-right-width : 1px;
-border-bottom-width : 1px;
-border-left-width : 1px;
+input {
+ text-indent: 2px;
}
-input { text-indent : 2px; }
-
-input.button {
-border-top-width : 1px;
-border-right-width : 1px;
-border-bottom-width : 1px;
-border-left-width : 1px;
+input, textarea, select, input.button {
+ border: 1px solid;
}
-.postbody { line-height: 18px}
+.postbody {
+ line-height: 140%;
+}