mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x' into 3.3.x
This commit is contained in:
commit
c7be5d25d0
2 changed files with 2 additions and 2 deletions
|
@ -281,7 +281,7 @@ dd.option {
|
|||
}
|
||||
|
||||
.search .postbody {
|
||||
width: 68%
|
||||
width: 68%;
|
||||
}
|
||||
|
||||
/* Topic review panel
|
||||
|
|
|
@ -145,7 +145,7 @@ dd textarea {
|
|||
/* Browser-specific tweaks */
|
||||
button::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border: 0
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* Quick-login on index page */
|
||||
|
|
Loading…
Add table
Reference in a new issue