Added cursor: pointer to all links

This commit is contained in:
Marcin Kurczewski 2014-10-11 21:59:23 +02:00
parent 6bb5b53377
commit 5d0611ed30
7 changed files with 1 additions and 8 deletions

View file

@ -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;

View file

@ -40,6 +40,7 @@ h3 {
a {
color: #24A2DD;
text-decoration: none;
cursor: pointer; /* for links without [href] */
}
a:hover {

View file

@ -11,7 +11,6 @@
}
.page-list li a {
cursor: pointer;
display: inline-block;
padding: 0.4em 1.2em;
}

View file

@ -78,9 +78,6 @@
margin: 0 0.25em 0.25em 0;
}
#sidebar a {
cursor: pointer;
}
#sidebar ul {
list-style-type: none;
margin: 0;

View file

@ -16,7 +16,6 @@
margin: 0 0.5em;
}
#tag-list ul.order a {
cursor: pointer;
display: inline-block;
padding: 0.2em 0.5em;
}

View file

@ -18,7 +18,6 @@
}
#user-list ul.order a {
cursor: pointer;
display: inline-block;
padding: 0.2em 0.5em;
}

View file

@ -33,7 +33,6 @@
}
#user-view ul a {
cursor: pointer;
display: inline-block;
padding: 0.2em 0.5em;
}