2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

updating the docs to include more responsive fixes, adding rows to the responsive changes as well to undo negative margin

This commit is contained in:
Mark Otto
2011-10-22 15:49:42 -07:00
parent 80332e8340
commit d4675bf4ef
4 changed files with 28 additions and 6 deletions
+7 -1
View File
@@ -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 23:44:56 PDT 2011
* Date: Sat Oct 22 15:49:12 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).
@@ -2268,6 +2268,9 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
width: auto;
padding: 0 10px;
}
.row {
margin-left: 0;
}
[class*="span"] {
float: none;
display: block;
@@ -2299,6 +2302,9 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
width: auto;
padding: 0 10px;
}
.row {
margin-left: 0;
}
[class*="span"] {
float: none;
display: block;