diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-08-19 02:32:27 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-08-19 02:32:27 +0000 |
commit | 32c663c8da9658f8efe06cc56b4a74fab03c2667 (patch) | |
tree | 89abbccdc160d054962faec3f747c7125c63af07 /media/sass/_photos.sass | |
parent | 432e39917fe226630abf4d3c314a765fc8ff9e61 (diff) |
refactored all sass stylesheets to reduce file size and speed up page loads
Diffstat (limited to 'media/sass/_photos.sass')
-rw-r--r-- | media/sass/_photos.sass | 37 |
1 files changed, 15 insertions, 22 deletions
diff --git a/media/sass/_photos.sass b/media/sass/_photos.sass index 5e481f0..4179908 100644 --- a/media/sass/_photos.sass +++ b/media/sass/_photos.sass @@ -1,39 +1,33 @@ #photo-archive article width= !full - h1 display: none + -ul#photo-galleries +#photo-galleries margin-left= -10px + width= !full+!pad li - float= left - margin= 10px - width: 310px + float= "left" + margin= 8px position: relative display: block + height= 352px + width: 295px + border= 10px !luxagraf_brown "solid" - div.figure - border= 10px !luxagraf_brown solid - height= 350px - img - border= none - - span.legend - display= block + + .figure + height= 362px + width: 291px + .legend color: #888 - padding: 10px 10px 10px 15px - font-size: 85% - line-height: 18px width: 285px - background= !luxagraf_brown +transparent_class - position: absolute - bottom: 0 - left: 0 - + margin-left: 1px + line-height: 18px h3 color: #fff padding: 0 @@ -42,4 +36,3 @@ ul#photo-galleries p margin: 0 -
\ No newline at end of file |