mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +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:
parent
6b746ef029
commit
68eef83a8e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user