From 180a99ee65cdfe26bfbdf40eca9be645024e3155 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 --- stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index dbc367cf..f7a70780 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -905,6 +905,10 @@ div.thread:hover { word-wrap: break-word; } +.poster_id{ + cursor: pointer; +} + code > pre { /* Better code tags */ background:black;