From 9239bfbc7bbd549d987da03046399dd5fcbd5f7f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Nov 2012 15:05:23 -0800 Subject: more vars changed, remove @white var --- less/modals.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'less/modals.less') diff --git a/less/modals.less b/less/modals.less index 99fe2d45f..86be20de6 100644 --- a/less/modals.less +++ b/less/modals.less @@ -28,7 +28,7 @@ z-index: @zindexModal; width: 560px; margin-left: -280px; - background-color: @white; + background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0,0,0,.3); border-radius: 6px; @@ -74,7 +74,7 @@ background-color: #f5f5f5; border-top: 1px solid #ddd; border-radius: 0 0 6px 6px; - .box-shadow(inset 0 1px 0 @white); + .box-shadow(inset 0 1px 0 #fff); .clearfix(); // clear it in case folks use .pull-* classes on buttons // Properly space out buttons -- cgit v1.2.3