From cbe12019c4f892b1128b28c411ea6f5f98cb238d Mon Sep 17 00:00:00 2001 From: anonfagola Date: Sat, 27 Sep 2014 12:08:59 -0700 Subject: [PATCH] Added pointer cursor to ids, to show clickability Conflicts: stylesheets/style.css --- stylesheets/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 5be0ce0f..52a985c3 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -900,6 +900,16 @@ pre { overflow:auto; } +.poster_id{ + cursor: pointer; +} + +code > pre { +/* Better code tags */ + background:black; + max-width:inherit; +} + code > pre > span.pln { color: grey; }