mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
minor changes ... mainly for Moz
git-svn-id: file:///svn/phpbb/trunk@3505 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7ce7400bc6
commit
e2bd5cad67
1 changed files with 7 additions and 13 deletions
|
@ -1,19 +1,13 @@
|
||||||
/* Fancy form styles for IE */
|
/* Fancy form styles for IE */
|
||||||
|
|
||||||
input, textarea, select {
|
input {
|
||||||
border-top-width : 1px;
|
text-indent: 2px;
|
||||||
border-right-width : 1px;
|
|
||||||
border-bottom-width : 1px;
|
|
||||||
border-left-width : 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input { text-indent : 2px; }
|
input, textarea, select, input.button {
|
||||||
|
border: 1px solid;
|
||||||
input.button {
|
|
||||||
border-top-width : 1px;
|
|
||||||
border-right-width : 1px;
|
|
||||||
border-bottom-width : 1px;
|
|
||||||
border-left-width : 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.postbody { line-height: 18px}
|
.postbody {
|
||||||
|
line-height: 140%;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue