From 7070d44aed65344ed52ffbf2a3a9c1ce91c69035 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 29 Aug 2011 21:41:32 -0700 Subject: adding more grid docs --- lib/scaffolding.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/scaffolding.less b/lib/scaffolding.less index 2bbb1dc6c..7fbab7d43 100644 --- a/lib/scaffolding.less +++ b/lib/scaffolding.less @@ -54,8 +54,8 @@ // Unique column sizes for 16-column grid .span-one-third { width: 300px; } .span-two-thirds { width: 620px; } - .offset-one-third { margin-left: 320px; } - .offset-two-thirds { margin-left: 640px; } + .offset-one-third { margin-left: 340px; } + .offset-two-thirds { margin-left: 660px; } } -- cgit v1.2.3 From d42a00c19df7442b3fa7c7703d333350a3dc74ac Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 29 Aug 2011 21:42:44 -0700 Subject: remove repeated table reset --- lib/reset.less | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib') diff --git a/lib/reset.less b/lib/reset.less index e79b77b40..9e2c6befe 100644 --- a/lib/reset.less +++ b/lib/reset.less @@ -133,14 +133,4 @@ input[type="search"]::-webkit-search-decoration { textarea { overflow: auto; // Remove vertical scrollbar in IE6-9 vertical-align: top; // Readability and alignment cross-browser -} - -// Tables -// ------------------------- -// Source: http://github.com/necolas/normalize.css - -// Remove spacing between table cells -table { - border-collapse: collapse; - border-spacing: 0; } \ No newline at end of file -- cgit v1.2.3 From ed1139e838110393748ee36cea4453cc4a700fb1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 30 Aug 2011 08:27:55 -0700 Subject: change type of comment --- lib/patterns.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/patterns.less b/lib/patterns.less index 219e26b3f..bcd99cca4 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -745,7 +745,7 @@ input[type=submit].btn { .inner { background-color: #333; background-color: rgba(0,0,0,.8); - *background-color: #333; /* IE 6-7 */ + *background-color: #333; // IE 6-7 padding: 3px; overflow: hidden; width: 280px; -- cgit v1.2.3 From 6258832776b113b09e963680ef121b363dd8d292 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 31 Aug 2011 16:26:47 -0700 Subject: spelling mistakes and undo of one comment --- lib/patterns.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/patterns.less b/lib/patterns.less index bcd99cca4..219e26b3f 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -745,7 +745,7 @@ input[type=submit].btn { .inner { background-color: #333; background-color: rgba(0,0,0,.8); - *background-color: #333; // IE 6-7 + *background-color: #333; /* IE 6-7 */ padding: 3px; overflow: hidden; width: 280px; -- cgit v1.2.3