From 6087ce5757a24b1635a6ffa0dc0b1319236ea13f Mon Sep 17 00:00:00 2001 From: Dagmar Cirino Date: Tue, 30 Aug 2011 05:48:48 -0300 Subject: [PATCH] Adds right margin to remove the effect of margin left. Can be considered a "hack". Example: http://www.versaobeta.com.br --- bootstrap-1.1.1.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap-1.1.1.css b/bootstrap-1.1.1.css index 9f422a2431f8..ad4bd2ae3e68 100644 --- a/bootstrap-1.1.1.css +++ b/bootstrap-1.1.1.css @@ -300,6 +300,9 @@ table { float: left; margin-left: 20px; } +.row .off { + margin: 0 20px 0 0; +} .row .span1 { width: 40px; }