mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12549] Hide topic/forum list <dfn> tags in RTL languages.
PHPBB3-12549
This commit is contained in:
parent
bec9b7c34e
commit
e2f2cc8902
1 changed files with 5 additions and 0 deletions
|
@ -338,6 +338,11 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl ul.topiclist dfn {
|
||||||
|
left: auto;
|
||||||
|
right: -999px;
|
||||||
|
}
|
||||||
|
|
||||||
.rtl ul.topiclist li.row dt a.subforum {
|
.rtl ul.topiclist li.row dt a.subforum {
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
background-position: right;
|
background-position: right;
|
||||||
|
|
Loading…
Add table
Reference in a new issue