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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user