1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-06 13:46:42 +02:00

Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip

This commit is contained in:
fat
2013-07-26 21:01:50 -07:00

View File

@@ -67,6 +67,7 @@ body {
.bs-old-docs { .bs-old-docs {
padding: 15px 20px; padding: 15px 20px;
color: #777; color: #777;
background-color: #fafafa;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
.bs-old-docs strong { .bs-old-docs strong {
@@ -232,7 +233,7 @@ body {
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;
background-color: #f2f0f5; background-color: #f7f5fa;
border-radius: 5px; border-radius: 5px;
} }