From 07576eb33838199507b7d661f0409b3385b9f9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?phpBB=20Espa=C3=B1a?= Date: Sun, 15 Mar 2020 14:45:45 +0100 Subject: [PATCH] [ticket/16404] Small bug in prosilver PHPBB3-16404 --- phpBB/styles/prosilver/theme/content.css | 2 +- phpBB/styles/prosilver/theme/forms.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 807633864c..2edd1d9b2b 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -281,7 +281,7 @@ dd.option { } .search .postbody { - width: 68% + width: 68%; } /* Topic review panel diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index 5646a7d6c7..2f88d508b7 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -145,7 +145,7 @@ dd textarea { /* Browser-specific tweaks */ button::-moz-focus-inner { padding: 0; - border: 0 + border: 0; } /* Quick-login on index page */