Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
update to new standards
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Apr 20, 2011
1 parent bf472f2 commit 254432d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/compass-slickmap/stylesheets/_slickmap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ $column-default: 4 !default;
background: #c3eafb url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAF9JREFUeNrs2UsOABAMQEES9987q0+5hI2OxAEmr91QI6KXD067d4OAvIEsRRQByQGZIEZLkRxFhtECAckBsewgIHYExGgpAgJi2T0+KKIIiNd4kKcQX2+KgCSAHAEGAF07L6+lvtV3AAAAAElFTkSuQmCC') repeat-x 0 0;
border: 2px solid #b5d9ea;
@include border-radius(5px);
@include box-shadow(rgba(0, 0, 0, 0.5), 2px, 2px, 2px);
@include box-shadow(transparentize(black, 0.5) 2px 2px 2px);
&:hover, span {
background-color: #e2f4fd;
border-color: #97bdcf; } } } }
Expand Down Expand Up @@ -141,7 +141,7 @@ $column-default: 4 !default;
color: black;
background: #fff7aa url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAF9JREFUeNrs2UsOABAMQEES9987q0+5hI2OxAEmr91QI6KXD067d4OAvIEsRRQByQGZIEZLkRxFhtECAckBsewgIHYExGgpAgJi2T0+KKIIiNd4kKcQX2+KgCSAHAEGAF07L6+lvtV3AAAAAElFTkSuQmCC') repeat-x 0 0;
@include border-radius(5px);
@include box-shadow(rgba(0, 0, 0, 0.5), 2px, 2px, 2px);
@include box-shadow(transparentize(black, 0.5) 2px 2px 2px);
&:hover {
background-color: #fffce5;
border-color: #d1b62c; } }
Expand Down

0 comments on commit 254432d

Please sign in to comment.