1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16404] Small bug in prosilver

PHPBB3-16404
This commit is contained in:
phpBB España
2020-03-15 14:45:45 +01:00
parent 0a089c8656
commit 07576eb338
2 changed files with 2 additions and 2 deletions

View File

@@ -281,7 +281,7 @@ dd.option {
}
.search .postbody {
width: 68%
width: 68%;
}
/* Topic review panel

View File

@@ -145,7 +145,7 @@ dd textarea {
/* Browser-specific tweaks */
button::-moz-focus-inner {
padding: 0;
border: 0
border: 0;
}
/* Quick-login on index page */