aboutsummaryrefslogtreecommitdiff
path: root/themes/monochrome
diff options
context:
space:
mode:
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2013-02-21 00:45:10 -0500
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2013-02-21 00:45:10 -0500
commit984f2ab952cb97990fc0d2460c2e335127a73491 (patch)
treeba3820cea851d3ee2dc21c372386ec3f7ccfc945 /themes/monochrome
parent9f025a7ac0769d9bd6e2a24e46f4a2bd82194e48 (diff)
downloadikiwiki-984f2ab952cb97990fc0d2460c2e335127a73491.tar
ikiwiki-984f2ab952cb97990fc0d2460c2e335127a73491.tar.gz
Style enclosures like content.
Diffstat (limited to 'themes/monochrome')
-rw-r--r--themes/monochrome/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/themes/monochrome/style.css b/themes/monochrome/style.css
index 41a3a4441..bd3fdf593 100644
--- a/themes/monochrome/style.css
+++ b/themes/monochrome/style.css
@@ -36,12 +36,16 @@ body {
* thanks to <http://www.kryogenix.org/days/2002/08/30/external>
*/
#content a[href^="http:"]:after,
-#content a[href^="https:"]:after {
+#content a[href^="https:"]:after,
+#enclosure a[href^="http:"]:after,
+#enclosure a[href^="https:"]:after {
content: "↗";
}
/* you will want to replicate this for your own domain in local.css */
#content a[href^="http://localhost"]:after,
-#content a[href^="http://ikiwiki.info"]:after {
+#content a[href^="http://ikiwiki.info"]:after,
+#enclosure a[href^="http://localhost"]:after,
+#enclosure a[href^="http://ikiwiki.info"]:after {
content: none;
}