summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-07-30 11:19:23 +0200
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-07-30 11:19:23 +0200
commit8251981a398a489b82cca87d1b0140bffaab6956 (patch)
tree1a5e3f2789efee2cae477c7529663d52098b591c
parentd9fbfebfb89c6b44e6c6de8c724bbb6085aa8cc0 (diff)
parent87c418988cf2d31ff4696cd65a866bb6c954b5df (diff)
Merge pull request #564 from IBBoard/patch-1
Make items more easily clickable
-rw-r--r--css/items.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/css/items.css b/css/items.css
index f1657090e..1e98437a6 100644
--- a/css/items.css
+++ b/css/items.css
@@ -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;
}
@@ -221,6 +222,7 @@
display: block;
float: right;
line-height: 40px;
+ pointer-events: none;
}