diff options
| -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 |
