diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-07-14 15:48:13 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-07-14 15:48:13 +0000 |
commit | 1c8c847577a60802a93506c21cb54ab4ab8be26e (patch) | |
tree | e5bd8a44562e235fe7f542f210c71c9077a17ac4 /media/sass | |
parent | bc90f92c8f1cf3f6d840f8ab2c79580c036b20e6 (diff) |
added figures and captions to the writing css
Diffstat (limited to 'media/sass')
-rw-r--r-- | media/sass/_writing.sass | 18 | ||||
-rw-r--r-- | media/sass/dark.sass | 2 |
2 files changed, 18 insertions, 2 deletions
diff --git a/media/sass/_writing.sass b/media/sass/_writing.sass index bc5c9b1..95183d3 100644 --- a/media/sass/_writing.sass +++ b/media/sass/_writing.sass @@ -222,4 +222,20 @@ ul#dsq-comments .dsq-comment-footer font-size: .8em #dsq-comments-title - display: none !important
\ No newline at end of file + 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 diff --git a/media/sass/dark.sass b/media/sass/dark.sass index 4a7a821..17db98e 100644 --- a/media/sass/dark.sass +++ b/media/sass/dark.sass @@ -86,4 +86,4 @@ dl.addendum dt h4 a.disqus-link-count color= #ccc !important -
\ No newline at end of file + |