aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-04-27 23:05:19 -0700
committerMark Otto <[email protected]>2011-04-27 23:05:19 -0700
commit0824ed4e3364bc0b49df89945dd69deff3ee7acd (patch)
tree141ce443fff27cdb7a3354bfeddb1b01c399b130
parentb95e99a173f50dbbca2478338f42165532289db7 (diff)
downloadbootstrap-0824ed4e3364bc0b49df89945dd69deff3ee7acd.tar.xz
bootstrap-0824ed4e3364bc0b49df89945dd69deff3ee7acd.zip
Updated docs styles for footer; updated readme;
-rw-r--r--less/docs.less3
-rw-r--r--readme.markdown12
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