diff options
author | Case Duckworth | 2015-04-20 12:11:04 -0700 |
---|---|---|
committer | Case Duckworth | 2015-04-20 12:11:04 -0700 |
commit | bede40c851fb0cf0034e0111c8522d820e70e90f (patch) | |
tree | 850dda931c6f3042549ec6dfb3e0255a26e59aae /trunk | |
parent | Merge branch 'gh-pages' of https://github.com/duckwork/autocento into gh-pages (diff) | |
download | autocento-bede40c851fb0cf0034e0111c8522d820e70e90f.tar.gz autocento-bede40c851fb0cf0034e0111c8522d820e70e90f.zip |
Add link to text source
Diffstat (limited to 'trunk')
-rw-r--r-- | trunk/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/trunk/style.css b/trunk/style.css index d852214..100b38b 100644 --- a/trunk/style.css +++ b/trunk/style.css | |||
@@ -278,6 +278,14 @@ nav .anchors a { | |||
278 | margin-right: 0.25em; | 278 | margin-right: 0.25em; |
279 | margin-left: 0.25em; | 279 | margin-left: 0.25em; |
280 | } | 280 | } |
281 | #textlink { /* Link back to text source */ | ||
282 | position: absolute; | ||
283 | top: 0.2em; | ||
284 | right: 0.5em; | ||
285 | font-size: 0.8em; | ||
286 | border: none; | ||
287 | color: lightgray; | ||
288 | } | ||
281 | /* nav elements }}} */ | 289 | /* nav elements }}} */ |
282 | /* .FOOTNOTES ELEMENTS {{{ */ | 290 | /* .FOOTNOTES ELEMENTS {{{ */ |
283 | .footnotes li { | 291 | .footnotes li { |
@@ -562,6 +570,7 @@ tr { | |||
562 | padding: 1em; | 570 | padding: 1em; |
563 | text-align: left; | 571 | text-align: left; |
564 | } | 572 | } |
573 | .paul blockquote :first-child, | ||
565 | .paul blockquote :last-child { | 574 | .paul blockquote :last-child { |
566 | margin: 0; | 575 | margin: 0; |
567 | } | 576 | } |