more
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/615a48c3 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/615a48c3 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/615a48c3 Branch: refs/heads/gh-pages Commit: 615a48c353d52796ca6b3900123ecfbf172ea5bc Parents: 7561912 Author: Elliot Berry <[email protected]> Authored: Wed May 27 17:20:35 2015 -0400 Committer: Elliot Berry <[email protected]> Committed: Wed May 27 17:20:35 2015 -0400 ---------------------------------------------------------------------- _sass/_site-responsive.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/615a48c3/_sass/_site-responsive.scss ---------------------------------------------------------------------- diff --git a/_sass/_site-responsive.scss b/_sass/_site-responsive.scss index cc0d432..9494a63 100644 --- a/_sass/_site-responsive.scss +++ b/_sass/_site-responsive.scss @@ -162,8 +162,11 @@ div.int_search { width: 100%; } - + /* Fixing header slider height/width relative issues */ + .headlines.tc { + padding: 0px 30px; +} #header .scroller .item { height: auto !important; } @@ -172,6 +175,7 @@ } #header .scroller, #header .scroller .item, #header .scroller .item div.headlines.tc { max-width: 100% !important; + width: auto; } div#video-slider { float: none !important; @@ -221,9 +225,6 @@ font-size: 24px; line-height: 32px; } - #header .scroller .item div.headlines.tc { - margin-left: 30px; - } div.headlines a.download-headline { font-size: .7em; }
