mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
minor changes ... mainly for Moz
git-svn-id: file:///svn/phpbb/trunk@3505 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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%;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user