1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 15:16:16 +02:00

Merge remote-tracking branch 'marc1706/ticket/12744' into develop-ascraeus

* marc1706/ticket/12744:
  [ticket/12744] Fix additional height of one line in header in rtl languages
This commit is contained in:
Cesar G 2014-08-08 13:41:37 +02:00
commit f1b1bd0de9

View File

@ -332,12 +332,8 @@ li.breadcrumbs span:first-child > a {
.rtl .skiplink {
/* invisible skip link, used for accessibility */
position: relative;
width: 1px;
height: 1px;
overflow: hidden;
display: block;
left: 0;
right: -999px;
}
.rtl a.feed-icon-forum {