mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 14:54:27 +02:00
Switch percentage font-size
s to em
and change some font sizes for consistency
This commit is contained in:
committed by
XhmikosR
parent
4db520bedb
commit
bed2a5edab
@@ -213,7 +213,7 @@ small {
|
||||
sub,
|
||||
sup {
|
||||
position: relative;
|
||||
@include font-size(75%);
|
||||
@include font-size($sub-sup-font-size);
|
||||
line-height: 0;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
@@ -298,7 +298,7 @@ kbd {
|
||||
|
||||
kbd {
|
||||
padding: 0;
|
||||
@include font-size(100%);
|
||||
@include font-size(1em);
|
||||
font-weight: $nested-kbd-font-weight;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user