diff options
Diffstat (limited to 'phpBB/styles/prosilver/theme/responsive.css')
-rw-r--r-- | phpBB/styles/prosilver/theme/responsive.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index a32d907b46..7775208ee2 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -73,16 +73,6 @@ body { /* Search ----------------------------------------*/ .responsive-search { display: block !important; } -.responsive-search a { - display: block; - width: 16px; - height: 22px; - text-indent: 99px; - overflow: hidden; - background-position: 50% 50%; - background-repeat: no-repeat; - text-decoration: none; -} /* .topiclist lists ----------------------------------------*/ @@ -181,7 +171,6 @@ li.row .responsive-show strong { } ul.topiclist li.row dt a.subforum { - display: inline-block; vertical-align: bottom; overflow: hidden; text-overflow: ellipsis; @@ -315,10 +304,6 @@ dl.pmlist dd:first-of-type { display: none; } -.colour-palette a { - display: inline-block !important; -} - fieldset.quick-login label { display: block; margin-bottom: 5px; |