diff options
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 + |