comparison static/css/variables.less @ 83:343d79b20dd5

Fix header-icon positioning in Firefox/Opera To accommodate lack of support for background-position-x/y.
author dellsystem <ilostwaldo@gmail.com>
date Fri, 24 Aug 2012 17:22:27 -0400
parents eaa36eaaf74a
children e0348cfbdf48
comparison
equal deleted inserted replaced
82:6da61f3f83fe 83:343d79b20dd5
18 @darkSheer: rgba(0, 0, 0, 0.5); 18 @darkSheer: rgba(0, 0, 0, 0.5);
19 19
20 // Dimensions and positioning 20 // Dimensions and positioning
21 @fixedWidth: 960px; 21 @fixedWidth: 960px;
22 @headerHeight: 100px; 22 @headerHeight: 100px;
23 @headerIconHoverY: -60px;