Skip to content

Commit

Permalink
Merge pull request #564 from IBBoard/patch-1
Browse files Browse the repository at this point in the history
Make items more easily clickable
  • Loading branch information
Raydiation committed Jul 30, 2014
2 parents d9fbfeb + 87c4189 commit 8251981
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/items.css
Expand Up @@ -182,10 +182,11 @@
}

.item_heading h1 a {
display: block;
font-weight: bold;
font-size: 13pt;
padding: 0 5px;
margin: 0;
margin: 0 0 0 70px;
line-height: 40px;
}

Expand Down Expand Up @@ -221,6 +222,7 @@
display: block;
float: right;
line-height: 40px;
pointer-events: none;
}


Expand Down

0 comments on commit 8251981

Please sign in to comment.