Skip to content

Commit

Permalink
Footnotes styling updates
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed May 7, 2013
1 parent 21985f2 commit ac5d253
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .themes/classic/sass/base/_typography.scss
Expand Up @@ -80,10 +80,12 @@ strong { font-weight: bold; }

em { font-style: italic; }

sup, sub { font-size: 0.8em; position: relative; display: inline-block; }
sup, sub { font-size: 0.75em; position: relative; display: inline-block; padding: 0 .2em; line-height: .8em;}
sup { top: -.5em; }
sub { bottom: -.5em; }

a[rev='footnote']{ font-size: .75em; padding: 0 .3em; line-height: 1; }

q { font-style: italic;
&:before { content: "\201C"; }
&:after { content: "\201D"; }
Expand All @@ -99,8 +101,6 @@ abbr, acronym { border-bottom: 1px dotted; cursor: help; }

pre, code, tt { @extend .mono; }

sub, sup { line-height: 0; }

hr { margin-bottom: 0.2em; }

small { font-size: .8em; }
Expand Down Expand Up @@ -161,3 +161,4 @@ article blockquote {
white-space: pre-wrap;
word-wrap: break-word;
}

0 comments on commit ac5d253

Please sign in to comment.