From d149eecae12f24ac03cb405d1cc0218a115e2467 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 25 Aug 2015 17:11:08 -0400 Subject: [PATCH] Minor addendum to previous commit --- css/app.css | 8 ++++---- css/print.css | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index 0477322..c5f6ab6 100644 --- a/css/app.css +++ b/css/app.css @@ -5343,7 +5343,7 @@ blockquote, blockquote p { position: absolute; top: 0; width: 2.8125rem; - border-right: solid 1px #022437; + border-right: solid 1px #022537; left: 0; } .right-small { @@ -5351,7 +5351,7 @@ blockquote, blockquote p { position: absolute; top: 0; width: 2.8125rem; - border-left: solid 1px #022437; + border-left: solid 1px #022537; right: 0; } .tab-bar-section { @@ -6098,9 +6098,9 @@ th.hide-for-touch { a, a:visited { text-decoration: underline; } -/* + a[href]:after { - content: " (" attr(href) ")"; }*/ + content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } diff --git a/css/print.css b/css/print.css index 07a6099..f030b99 100644 --- a/css/print.css +++ b/css/print.css @@ -31,6 +31,7 @@ main { font-size: 12px; padding: 0 7px 0 3px; } + #main-content h1, #main-content h2 { clear: both; } \ No newline at end of file -- 2.17.1