mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 09:16:55 +02: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:
@@ -286,16 +286,6 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
|||||||
/**
|
/**
|
||||||
* content.css
|
* 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 {
|
.rtl ul.topiclist dt, .rtl li.header dt {
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
Reference in New Issue
Block a user