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
4
bootstrap.css
vendored
4
bootstrap.css
vendored
|
|
@ -6,7 +6,7 @@
|
|||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Mon Oct 17 14:16:58 PDT 2011
|
||||
* Date: Mon Oct 17 23:44:56 PDT 2011
|
||||
*/
|
||||
/* Reset.less
|
||||
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
|
||||
|
|
@ -416,7 +416,7 @@ h6 {
|
|||
text-transform: uppercase;
|
||||
}
|
||||
ul, ol {
|
||||
margin: 0 0 18px 25px;
|
||||
margin: 0 0 9px 25px;
|
||||
}
|
||||
ul ul,
|
||||
ul ol,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue