1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-29 23:09:05 +02:00

adding responsive stuff to docs to stub that out, updated type to make ul and ol margins match p tags

This commit is contained in:
Mark Otto
2011-10-17 23:45:35 -07:00
parent ae5c5e1063
commit 369b9720c6
6 changed files with 100 additions and 5 deletions

View File

@@ -309,7 +309,7 @@ pre.prettyprint {
/* Make tables spaced out a bit more */
h2 + table {
margin-top: 10px;
margin-top: 5px;
}
/* Responsive Docs
@@ -347,3 +347,18 @@ h2 + table {
}
}
.supported-devices {
margin-bottom: 9px;
color: #777;
}
.supported-devices strong {
display: block;
font-size: 14px;
line-height: 18px;
}
.supported-devices small {
font-size: 12px;
}