From bb7becfe4114e5735e29163cd945d75b24eb5eab Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 19 Oct 2007 15:27:29 +0000 Subject: [PATCH] move cursor property assignment to .hl-URL --- skin/vimperator.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/skin/vimperator.css b/skin/vimperator.css index c4812b2d..ebfe9f86 100644 --- a/skin/vimperator.css +++ b/skin/vimperator.css @@ -119,6 +119,7 @@ } a.hl-URL:hover { text-decoration: underline; + cursor: pointer; } /* MOW */ @@ -149,8 +150,4 @@ a.hl-URL:hover { padding: 0px 2px; } -#vimperator-multiline-output-content a { - cursor: pointer; -} - /* vim: set fdm=marker sw=4 ts=4 et: */