From bb8d5098e4e1ac26a59557f4139bf84b0a62c516 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 1 May 2013 15:44:54 +0000 Subject: [PATCH] fixed bottom border on last topicrow --- public/templates/header.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/templates/header.tpl b/public/templates/header.tpl index 6bb2801fab..d18ac06159 100644 --- a/public/templates/header.tpl +++ b/public/templates/header.tpl @@ -100,7 +100,9 @@ cursor: pointer; border-bottom: 1px solid #eee; padding: 10px; - + } + .topic-container li:last-child { + border-bottom: 0; } .topic-container li.topic-row:hover { background-color: #eee;