From d25d16a3d9f2b4f17cbb99a5db1089f64940a685 Mon Sep 17 00:00:00 2001 From: scotty Date: Mon, 7 Mar 2016 22:11:58 -0800 Subject: [PATCH] set overflow: hidden on inner col3rd and col2nd floats to enable buttons --- docs/index.md | 2 ++ docs/samples.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/index.md b/docs/index.md index 330dc9f9cd..f6e97ee81b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,6 +18,7 @@ h2, h3, h4 { float: left; margin-right: 30px; margin-bottom: 30px; + overflow: hidden; } .col3rd h3, .col2nd h3 { margin-bottom: 0px !important; @@ -35,6 +36,7 @@ h2, h3, h4 { float: left; margin-right: 30px; margin-bottom: 30px; + overflow: hidden; } .shadowbox { display: inline; diff --git a/docs/samples.md b/docs/samples.md index e69859baee..0347597a6f 100644 --- a/docs/samples.md +++ b/docs/samples.md @@ -34,6 +34,7 @@ h2, h3, h4 { float: left; margin-right: 30px; margin-bottom: 30px; + overflow: hidden; } .col3rd h3, .col2nd h3 { margin-bottom: 0px !important; @@ -51,6 +52,7 @@ h2, h3, h4 { float: left; margin-right: 30px; margin-bottom: 30px; + overflow: hidden; } .shadowbox { display: inline;