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:
parent
ae5c5e1063
commit
369b9720c6
6 changed files with 100 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue