mirror of
https://github.com/torproject/lego.git
synced 2024-11-26 19:20:22 +00:00
put banner close button on left for rtl (tpo/web/lego#61)
This commit is contained in:
parent
2eccdda68a
commit
2d5a53901d
@ -76,6 +76,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* send close button to left on rtl languages */
|
||||
.banner-close:dir(rtl) {
|
||||
left: 16px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.eoy-sr-only {
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user