Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/scss/components/_columns.scss

Issue 29373612: Issue 4427 - Anchor tags hidden behind header on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Completed Thomas's example Created Jan. 25, 2017, 1:12 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/css/main.css ('k') | static/scss/layout/_body.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/components/_columns.scss
===================================================================
--- a/static/scss/components/_columns.scss
+++ b/static/scss/components/_columns.scss
@@ -15,21 +15,16 @@
// along with acceptableads.org. If not, see <http://www.gnu.org/licenses/>.
/* Floating box grid (with push/pull support)
* NOTE: 1/4 is 1/2 on tablet
* NOTE: all are 1/1 on mobile
* NOTE: use column classes without a row to set block widths
******************************************************************************/
-.outer
-{
- overflow: hidden;
-}
-
.container
{
max-width: $max-width;
margin-right: auto;
margin-left: auto;
padding-right: $gutter-width;
padding-left: $gutter-width;
}
« no previous file with comments | « static/css/main.css ('k') | static/scss/layout/_body.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld