Put form stuff in subSilver css ...

git-svn-id: file:///svn/phpbb/trunk@4383 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-08-12 01:49:40 +00:00
parent ec4e122032
commit 232576450d
2 changed files with 8 additions and 16 deletions

View file

@ -1,13 +0,0 @@
/* $Id$ */
input {
text-indent: 2px;
}
textarea, select, input.post, input.mainoption, input.liteoption {
border: 1px solid;
}
.postbody {
line-height: 140%;
}

View file

@ -7,9 +7,6 @@
Copyright (c) 2002 phpBB Group 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 { body {
background-color: white; background-color: white;
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
@ -179,6 +176,14 @@ hr {
/* /*
Forms Forms
*/ */
input {
text-indent: 2px;
}
textarea, select, input.post, input.mainoption, input.liteoption {
border: 1px solid;
}
input, textarea, select { input, textarea, select {
color: black; color: black;
font: normal 8pt Verdana, Arial, Helvetica, sans-serif; font: normal 8pt Verdana, Arial, Helvetica, sans-serif;