Skip to content

Commit

Permalink
Correction font-size sup et sub
Browse files Browse the repository at this point in the history
Cascade avec CSS générée par InDesign
  • Loading branch information
JayPanoz committed Mar 13, 2016
1 parent 416e565 commit 4bebdbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exemple/ID-EPUB-starterkit/OEBPS/Styles/kit.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@ small {
}

sup {
font-size: 75%;
font-size: 100%;
line-height: 1.2;
vertical-align: sup;
vertical-align: 35%;
}

sub {
font-size: 75%;
font-size: 100%;
line-height: 1.2;
vertical-align: sub;
vertical-align: -10%;
Expand All @@ -178,4 +178,4 @@ code {

abbr {

}
}

0 comments on commit 4bebdbd

Please sign in to comment.