Skip to content

Commit

Permalink
Footnotes: Simplified RTL SCSS selectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
EricDunsworth committed Feb 8, 2014
1 parent 346963f commit f39778b
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions src/js/sass/includes/_footnotes.scss
Expand Up @@ -118,22 +118,18 @@ table {
}
}

/* Right to left (RTL) CSS */
/* Right to left (RTL) SCSS */
[dir="rtl"] {
.wet-boew-footnotes {
dl {
dd {
p {
margin-left: 0;
margin-right: 3.125em;
padding-left: 0;
padding-right: 0.375em;
&.footnote-return {
margin-right: 0;
padding-right: 0;
}
}
}
p {
margin-left: 0;
margin-right: 3.125em;
padding-left: 0;
padding-right: 0.375em;
}
.footnote-return {
margin-right: 0;
padding-right: 0;
}
}
}
Expand Down

0 comments on commit f39778b

Please sign in to comment.