1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 06:20:46 +02:00

Merge branch 'develop-ascraeus' into develop

* develop-ascraeus:
  [ticket/12549] Hide topic/forum list <dfn> tags in RTL languages.
This commit is contained in:
Joas Schilling
2014-05-23 00:44:46 +02:00

View File

@@ -338,6 +338,11 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
border-left: none;
}
.rtl ul.topiclist dfn {
left: auto;
right: -999px;
}
.rtl ul.topiclist li.row dt a.subforum {
padding-right: 12px;
background-position: right;