From f2d6da309283e89c6a8bff8593ad3a8aea1f518c Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Tue, 5 Jul 2016 22:20:44 +0300 Subject: [PATCH] typo --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 2760164..045754f 100644 --- a/static/style.css +++ b/static/style.css @@ -9,7 +9,7 @@ input[type=text]{ border: 2px solid #ccc; } .submit { font-family: monospace; } .tickbox { margin-right: 0.5em; width:2em; } -.iconbox { margin-right: 0.5em; width: 1.5em; text-decoration:pointer; +.iconbox { margin-right: 0.5em; width: 1.5em; cursor: pointer; font-size:1.5em; color:#377ba8; } .noitem { background-color: transparent; border-color:transparent; } .page { border: 5px solid #ccc; padding: 0.5em;