diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-07-20 12:16:48 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-07-20 12:16:48 +0000 |
commit | b56d56ad83c9f0ff14aafa41110457febd7788cd (patch) | |
tree | 02591b7dfc7a1b63a495bead5d63d9b1cf6c5611 /media/sass | |
parent | 9c9746a3d6c1cb27763c6f9c6960e11111725ee8 (diff) |
fixed photo gallery bug introduced by captioned figures in posts
Diffstat (limited to 'media/sass')
-rw-r--r-- | media/sass/_writing.sass | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/media/sass/_writing.sass b/media/sass/_writing.sass index 95183d3..56c2985 100644 --- a/media/sass/_writing.sass +++ b/media/sass/_writing.sass @@ -224,18 +224,19 @@ ul#dsq-comments #dsq-comments-title display: none !important -div.figure - position: relative - margin: 10px 0 - span.legend - display: block - +transparent_class_light - position: absolute - bottom: 9px - left: 0 - font-family= Helvetica,Verdana,sans-serif - font-size= .7em - padding: 8px 0 8px 8px - width: 552px - background= !luxagraf_brown - color: #999 +body#writing-detail + div.figure + position: relative + margin: 10px 0 + span.legend + display: block + +transparent_class_light + position: absolute + bottom: 9px + left: 0 + font-family= Helvetica,Verdana,sans-serif + font-size= .7em + padding: 8px 0 8px 8px + width: 552px + background= !luxagraf_brown + color: #999 |