mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-02 08:06:37 +00:00
deploy: ba09924026
This commit is contained in:
parent
8d7857c696
commit
3d39bf9704
375 changed files with 10980 additions and 9319 deletions
|
@ -44,7 +44,7 @@
|
|||
#body .tab-nav-button {
|
||||
margin-left: 4px;
|
||||
}
|
||||
#body .tab-nav-button.direction-rtl {
|
||||
html[dir="rtl"] #body .tab-nav-button {
|
||||
float: left;
|
||||
}
|
||||
#body .tab-nav-button:first-child {
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
padding: 6px 12px;
|
||||
position: relative;
|
||||
}
|
||||
#body .tab-nav-button.direction-rtl{
|
||||
html[dir="rtl"] #body .tab-nav-button{
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
|
|
@ -1118,8 +1118,8 @@ option {
|
|||
}
|
||||
|
||||
/* turn off unsuitable expander for this reading direction */
|
||||
.expand > .expand-label > .expand-rtl.direction-ltr,
|
||||
.expand > .expand-label > .expand-ltr.direction-rtl {
|
||||
html[dir="ltr"] .expand > .expand-label > .expand-rtl,
|
||||
html[dir="rtl"] .expand > .expand-label > .expand-ltr {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue