1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 04:23:38 +01:00

[ticket/12011] Prevent the <dfn> from bumping the unapproved icon to second line

A RTL rule is not needed for this since the content is just moved out of
view.

PHPBB3-12011
This commit is contained in:
Cesar G 2013-11-08 20:22:45 -08:00
parent 6b746ef029
commit 68eef83a8e

View File

@ -286,16 +286,6 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
/**
* content.css
*/
.rtl ul.topiclist dfn {
/* Labels for post/view counts */
position: relative;
width: 1px;
height: 1px;
overflow: hidden;
display: block;
left: 0;
}
.rtl ul.topiclist dt, .rtl li.header dt {
float: right;
margin-right: 0;