diff options
| author | Mark Otto <[email protected]> | 2011-04-27 23:05:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-04-27 23:05:19 -0700 |
| commit | 0824ed4e3364bc0b49df89945dd69deff3ee7acd (patch) | |
| tree | 141ce443fff27cdb7a3354bfeddb1b01c399b130 | |
| parent | b95e99a173f50dbbca2478338f42165532289db7 (diff) | |
| download | bootstrap-0824ed4e3364bc0b49df89945dd69deff3ee7acd.tar.xz bootstrap-0824ed4e3364bc0b49df89945dd69deff3ee7acd.zip | |
Updated docs styles for footer; updated readme;
| -rw-r--r-- | less/docs.less | 3 | ||||
| -rw-r--r-- | readme.markdown | 12 |
2 files changed, 13 insertions, 2 deletions
diff --git a/less/docs.less b/less/docs.less index d45f80356..8ce89e276 100644 --- a/less/docs.less +++ b/less/docs.less @@ -64,6 +64,9 @@ aside { // Page footer #footer { margin-top: @baseline * 4; + p { + margin-bottom: 0; + } } // Show the grids diff --git a/readme.markdown b/readme.markdown index e784eb093..0b8d10a0f 100644 --- a/readme.markdown +++ b/readme.markdown @@ -1,3 +1,11 @@ -TODOS +# Twitter Baseline -* Cross browser checks? Show this anywhere?
\ No newline at end of file +Baseline is Twitter's toolkit for kickstarting CSS for websites, apps, and more. It includes base CSS styles for typography, forms, buttons, tables, grids, navigation, alerts, and more. + + + +## Todos + +* Add the empty layout section in +* Cross browser checks? Show this anywhere? +* Write up brief section on browser support
\ No newline at end of file |
