From a140ed16af93178e1ea3266b485aa4bef9ae9911 Mon Sep 17 00:00:00 2001 From: dsc Date: Mon, 2 Apr 2012 10:44:41 -0700 Subject: [PATCH] Fixes ugly Windows checkboxes. --- www/css/graph.styl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/www/css/graph.styl b/www/css/graph.styl index bad3d65..627748c 100644 --- a/www/css/graph.styl +++ b/www/css/graph.styl @@ -161,7 +161,7 @@ section.graph font-weight bold // line-height 1.5 // font-size 100% - input.value + input.value:not([type="checkbox"]) width 240px font-family menlo, monospace .type -- 1.7.0.4