mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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
1 changed files with 0 additions and 10 deletions
|
@ -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…
Add table
Reference in a new issue