mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Switch percentage font-sizes to em and change some font sizes for consistency
This commit is contained in:
committed by
XhmikosR
parent
4db520bedb
commit
bed2a5edab
+2
-2
@@ -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