From 5d0611ed30afebaa70ff4dcad088c6545cadee78 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sat, 11 Oct 2014 21:59:23 +0200 Subject: [PATCH] Added cursor: pointer to all links --- public_html/css/comments.css | 1 - public_html/css/core.css | 1 + public_html/css/pager.css | 1 - public_html/css/post.css | 3 --- public_html/css/tag-list.css | 1 - public_html/css/user-list.css | 1 - public_html/css/user.css | 1 - 7 files changed, 1 insertion(+), 8 deletions(-) diff --git a/public_html/css/comments.css b/public_html/css/comments.css index 88492b14..3d89ae4f 100644 --- a/public_html/css/comments.css +++ b/public_html/css/comments.css @@ -55,7 +55,6 @@ .comment .header .ops a { color: silver; font-size: 80%; - cursor: pointer; } .comment .header .ops a:first-of-type:before { margin-left: 0.5em; diff --git a/public_html/css/core.css b/public_html/css/core.css index fe2c4474..b0c9ec18 100644 --- a/public_html/css/core.css +++ b/public_html/css/core.css @@ -40,6 +40,7 @@ h3 { a { color: #24A2DD; text-decoration: none; + cursor: pointer; /* for links without [href] */ } a:hover { diff --git a/public_html/css/pager.css b/public_html/css/pager.css index 95c30d8a..e96705aa 100644 --- a/public_html/css/pager.css +++ b/public_html/css/pager.css @@ -11,7 +11,6 @@ } .page-list li a { - cursor: pointer; display: inline-block; padding: 0.4em 1.2em; } diff --git a/public_html/css/post.css b/public_html/css/post.css index aec3d633..56fb2bfe 100644 --- a/public_html/css/post.css +++ b/public_html/css/post.css @@ -78,9 +78,6 @@ margin: 0 0.25em 0.25em 0; } -#sidebar a { - cursor: pointer; -} #sidebar ul { list-style-type: none; margin: 0; diff --git a/public_html/css/tag-list.css b/public_html/css/tag-list.css index cdaa0858..df5e7613 100644 --- a/public_html/css/tag-list.css +++ b/public_html/css/tag-list.css @@ -16,7 +16,6 @@ margin: 0 0.5em; } #tag-list ul.order a { - cursor: pointer; display: inline-block; padding: 0.2em 0.5em; } diff --git a/public_html/css/user-list.css b/public_html/css/user-list.css index 07cbd262..29cf0648 100644 --- a/public_html/css/user-list.css +++ b/public_html/css/user-list.css @@ -18,7 +18,6 @@ } #user-list ul.order a { - cursor: pointer; display: inline-block; padding: 0.2em 0.5em; } diff --git a/public_html/css/user.css b/public_html/css/user.css index 42cd2f96..27881867 100644 --- a/public_html/css/user.css +++ b/public_html/css/user.css @@ -33,7 +33,6 @@ } #user-view ul a { - cursor: pointer; display: inline-block; padding: 0.2em 0.5em; }