diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-08-25 18:45:35 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-08-25 18:45:35 +0000 |
commit | a851eba9a0f5928d8c53eea443fa2e8ba337d3a5 (patch) | |
tree | bd1f9aca4e2f8a4adb8cb3cf17e973cc41fc4e8d /media/sass | |
parent | cbe6d29388f0d96c3c9dec96f741c08e52464b65 (diff) |
fixed photo gallery css bug
Diffstat (limited to 'media/sass')
-rw-r--r-- | media/sass/_photos.sass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media/sass/_photos.sass b/media/sass/_photos.sass index 4cf14f5..b1865eb 100644 --- a/media/sass/_photos.sass +++ b/media/sass/_photos.sass @@ -12,17 +12,18 @@ margin: 8px position: relative display: block - height: 352px - width: 295px + height: 350px + width: 291px border: 10px $luxagraf_brown solid .figure height: 362px width: 291px + margin: 0 .legend color: #888888 width: 285px +transparent_class - margin-left: 1px + margin: 0 line-height: 18px h3 color: white |