updated docs pages (still wip), adding misc css classes, added form styles from 1.4, added github buttons to homepage

This commit is contained in:
Mark Otto
2011-11-12 00:46:02 -08:00
parent 5a702cc6ee
commit 1fb98bed91
8 changed files with 190 additions and 68 deletions

View File

@@ -1151,3 +1151,13 @@ input[type=submit].btn {
}
}
}
// MISC
// ----
.pull-right {
float: right;
}
.pull-left {
float: left;
}