mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-19 17:51:45 +08:00
Added css rule-sets for superscripts and subscripts (#8067)
This commit is contained in:
committed by
Sébastien Ros
parent
4121ccabce
commit
4bf5c8ee4f
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user