2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Reorganize v3 docs CSS to use Less

This commit is contained in:
Mark Otto
2017-07-02 15:09:46 -07:00
parent 7e2741eb10
commit 4f4592c225
35 changed files with 2687 additions and 1119 deletions
+30
View File
@@ -0,0 +1,30 @@
.bs-docs-footer {
padding-top: 50px;
padding-bottom: 50px;
margin-top: 100px;
color: #99979c;
text-align: center;
background-color: #2a2730;
}
.bs-docs-footer a {
color: #fff;
}
.bs-docs-footer-links {
padding-left: 0;
margin-bottom: 20px;
}
.bs-docs-footer-links li {
display: inline-block;
}
.bs-docs-footer-links li + li {
margin-left: 15px;
}
@media (min-width: 768px) {
.bs-docs-footer {
text-align: left;
}
.bs-docs-footer p {
margin-bottom: 0;
}
}