From 91cce3e3608b1d690dde8b9dc071ff92ccb3dd61 Mon Sep 17 00:00:00 2001 From: Skud Date: Mon, 19 Aug 2013 22:07:44 +1000 Subject: [PATCH] fixed weird spacing on member index --- app/assets/stylesheets/bootstrap_and_overrides.css.less | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/bootstrap_and_overrides.css.less b/app/assets/stylesheets/bootstrap_and_overrides.css.less index 6e06c7881..fa42eff62 100644 --- a/app/assets/stylesheets/bootstrap_and_overrides.css.less +++ b/app/assets/stylesheets/bootstrap_and_overrides.css.less @@ -107,8 +107,15 @@ h3 { .six-across:nth-child(6n+1) { margin-left: 0px } + +.three-across:nth-child(3):after { + content: "\A"; + white-space: pre; +} + .three-across:nth-child(3n+1) { - margin-left: 0px + margin-left: 0px; + clear: all; } // let's condense the hero unit a little