Added css rule-sets for superscripts and subscripts (#8067)

This commit is contained in:
Christopher Govender - Kubiec
2018-06-14 20:11:16 +01:00
committed by Sébastien Ros
parent 4121ccabce
commit 4bf5c8ee4f

View File

@@ -167,7 +167,9 @@ blockquote { margin: 0.923em; color: #666; font-style: italic; }
strong { font-weight: bold; } strong { font-weight: bold; }
em,dfn { font-style: italic; } em,dfn { font-style: italic; }
dfn { font-weight: bold; } dfn { font-weight: bold; }
sup, sub { line-height: 0; } sup, sub { line-height: 0; font-size: 75%; position: relative; display: inline-block; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
abbr, abbr,
acronym { border-bottom: 1px dotted #666; } acronym { border-bottom: 1px dotted #666; }
@@ -773,4 +775,4 @@ button:focus, .button:focus {
.dir-rtl .last { margin-right:inherit; padding-right:inherit;margin-left:0; padding-left:0; } .dir-rtl .last { margin-right:inherit; padding-right:inherit;margin-left:0; padding-left:0; }
.dir-rtl .credits { float: right; } .dir-rtl .credits { float: right; }
.dir-rtl .user-display { float: right; } .dir-rtl .user-display { float: right; }