From eb2ca9a7d4a1054e02b3a5017b6c47dd78149731 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Sun, 11 Nov 2007 16:58:04 -0600 Subject: [PATCH] Tweak to Musings Templates for License Info Following the lead of Sam Ruby: http://intertwingly.net/blog/2007/11/11/Making-Rights-Declarations-Easier-To-Find --- themes/musings/default.css | 12 +++++++++- themes/musings/index.html.xslt | 42 ++++++++++++++++++++++++++++++++-- 2 files changed, 51 insertions(+), 3 deletions(-) diff --git a/themes/musings/default.css b/themes/musings/default.css index 2fe9702..c059227 100644 --- a/themes/musings/default.css +++ b/themes/musings/default.css @@ -20,6 +20,10 @@ a:visited { color: #555; } +a[rel~='license'] { + text-decoration: none; +} + h1 { font-size: 1.75em; text-transform: uppercase; @@ -294,7 +298,7 @@ div.permalink:hover a { /* Musings/String Coffee Table */ math[display=block] {overflow:auto;} math { white-space: nowrap } -.eqno {float:right} +.numberedEq span, .eqno {float:right} merror {display:inline;font-size:1em;} img.mathlogo, img.svglogo { float:right; @@ -315,6 +319,12 @@ table.plaintable {border-collapse:collapse;} text-align:center; margin-left:30px; } +.centeredfigure { + position:relative; + margin:auto; + text-align:center; +} +.figurecaption {color:#630;} /* Bosker Blog */ p.center {text-align:center} diff --git a/themes/musings/index.html.xslt b/themes/musings/index.html.xslt index 767e767..3c17db9 100644 --- a/themes/musings/index.html.xslt +++ b/themes/musings/index.html.xslt @@ -190,15 +190,53 @@