Repository: drill Updated Branches: refs/heads/gh-pages a59289d16 -> 1b7072c5d
Removing intro table background dividers at 768px max width responsive break point. Also making width 100% so it flows with the page size. Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/7cf162a9 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/7cf162a9 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/7cf162a9 Branch: refs/heads/gh-pages Commit: 7cf162a9943305ac6d22ab484e9b68c081b046fc Parents: fcb4f41 Author: Danny <[email protected]> Authored: Tue May 12 23:32:15 2015 -0400 Committer: Danny <[email protected]> Committed: Tue May 12 23:32:15 2015 -0400 ---------------------------------------------------------------------- css/responsive.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/7cf162a9/css/responsive.css ---------------------------------------------------------------------- diff --git a/css/responsive.css b/css/responsive.css index 81714a5..0f86cfa 100644 --- a/css/responsive.css +++ b/css/responsive.css @@ -128,7 +128,8 @@ display: block; } table.intro { - width: 768px; + width: 100%; + background: none; } img {
