From c1b21bdda608b318fb9cf54bf0f3f4e05b1829e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 13 Jan 2015 15:46:15 +0100 Subject: [PATCH] Fixed some mobile looks. Votes border --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 4e812d51..460cb01a 100755 --- a/static/style.css +++ b/static/style.css @@ -107,7 +107,7 @@ input[type="radio"]{display: none;} .lthumb{height: 90px; box-shadow: none; } .ltitle{height: 70px; /*color: #000;*/} #plus,#minus{padding-left: 24px; margin-left: 0; padding-right: 24px;} - #plus{border-right:solid 3px rgb(172, 172, 172);} + /*#plus{border-right:solid 3px rgb(172, 172, 172);}*/ #search{text-align: left; height: 100px; font-size: 40px; /*border: solid 2px #ccc;*/color:white;width:100%;border-radius:0px;font-weight:bold;} #buttons{text-align: center; height: 80px; margin: 0;} .skip{height: 50px; -webkit-filter: brightness(300%);}