From 708125327434ec851100f2df1dbbaca241317b7f Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 28 Jan 2010 00:36:38 +0100 Subject: Implemented dynamic highlighting of lines. This currently only works when opening URLs with an anchor. --- static/paste.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static/paste.css') diff --git a/static/paste.css b/static/paste.css index 11e15a0..e2139be 100644 --- a/static/paste.css +++ b/static/paste.css @@ -16,3 +16,4 @@ div#alt-links a { color: #44f; } .highlighttable pre { margin: 0; padding: 0; } .highlighttable .linenos { text-align: right; padding-left: .5em; padding-right: .5em; } .highlighttable .linenos a { color: #888; } +.highlighttable .selected { display: block; background-color: #cfc; } -- cgit v1.2.3