mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
[ticket/12744] Fix additional height of one line in header in rtl languages
PHPBB3-12744
This commit is contained in:
parent
a8dee3fb65
commit
20f8fd4af2
1 changed files with 1 additions and 5 deletions
|
@ -332,12 +332,8 @@ li.breadcrumbs span:first-child > a {
|
||||||
|
|
||||||
.rtl .skiplink {
|
.rtl .skiplink {
|
||||||
/* invisible skip link, used for accessibility */
|
/* invisible skip link, used for accessibility */
|
||||||
position: relative;
|
|
||||||
width: 1px;
|
|
||||||
height: 1px;
|
|
||||||
overflow: hidden;
|
|
||||||
display: block;
|
|
||||||
left: 0;
|
left: 0;
|
||||||
|
right: -999px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl a.feed-icon-forum {
|
.rtl a.feed-icon-forum {
|
||||||
|
|
Loading…
Add table
Reference in a new issue