about summary refs log tree commit diff stats
path: root/trunk/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/style.css')
-rw-r--r--trunk/style.css9
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}