diff options
author | luxagraf <sng@luxagraf.net> | 2011-01-24 15:47:46 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-01-24 15:47:46 -0500 |
commit | ce48ad38126d00b3ce502490209e66617facd23d (patch) | |
tree | 827b3fa2e27803ded5eb531cd9b406ec14aa4ef9 /media/sass/old/_maps.sass | |
parent | 0d59098a21ead5febb76bcaaddf49567bd2f9f20 (diff) |
fixed slideshow sass
Diffstat (limited to 'media/sass/old/_maps.sass')
-rw-r--r-- | media/sass/old/_maps.sass | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/media/sass/old/_maps.sass b/media/sass/old/_maps.sass new file mode 100644 index 0000000..76ffb54 --- /dev/null +++ b/media/sass/old/_maps.sass @@ -0,0 +1,53 @@ +//Map Page + +.map-legend + width: $col3 + margin-top: 24px + float: left + h4 + +small-serif + font-size: 14px + margin: 8px 0 + li + font-size: 13px + margin: 0 + line-height: 20px + +.clearfix + clear: both + +#map-canvas + float: right + width: $col13 + height: 500px + border: $luxagraf_brown 10px solid + margin-left: $pad * 2 + margin-top: 24px + +section#location #map-canvas + width: 295px + height: 350px + border: $luxagraf_brown 10px solid + margin: 10px 0 0 5px + +.infowin + line-height: 18px + margin-bottom: 16px + p + font-size: 1.4em + line-height: 1.4em + h4 + +sm-sans + font-size: 2.4em + margin: 6px 0 0 0 + a + color: #b53a04 !important + border-bottom: 1px dotted #b53a04 + .date + color: #888888 + text-align: center + text-transform: uppercase + display: block + text-align: left + margin: 6px 0 0 + font-size: 1.2em |