1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00
This commit is contained in:
Mark Otto
2016-11-25 17:29:28 -08:00
parent 76907b8b1e
commit 8a7ce25cf1
23 changed files with 225 additions and 225 deletions

View File

@@ -269,7 +269,7 @@ body {
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #373a3c;
color: #292b2c;
background-color: #fff;
}
@@ -290,7 +290,7 @@ p {
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #818a91;
border-bottom: 1px dotted #636c72;
}
address {
@@ -394,7 +394,7 @@ table {
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #818a91;
color: #636c72;
text-align: left;
caption-side: bottom;
}