From 44a82c71e21bee8c3668b41edb6231f8791a525e Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Sun, 17 Nov 2013 07:40:19 -0600 Subject: [PATCH 1/2] Remove bland/harsh border styling on eggs and avatar options. Falls back to a button look that's much nicer. --- public/css/customizer.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/customizer.styl b/public/css/customizer.styl index fd9391fa9d..1bb04b43ba 100644 --- a/public/css/customizer.styl +++ b/public/css/customizer.styl @@ -22,7 +22,7 @@ menu line-height: 2 .customize-option - border: 1px solid grey; +// border: 1px solid grey; background-color: hsl(0, 0%, 93%); margin-bottom: 10px From b701e2b24af00ff1cd78fc7cf516b635a040ae7d Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Sun, 17 Nov 2013 10:21:43 -0600 Subject: [PATCH 2/2] Go with the borderless option --- public/css/customizer.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/customizer.styl b/public/css/customizer.styl index 1bb04b43ba..021048869c 100644 --- a/public/css/customizer.styl +++ b/public/css/customizer.styl @@ -22,7 +22,7 @@ menu line-height: 2 .customize-option -// border: 1px solid grey; + border: 0px solid grey; background-color: hsl(0, 0%, 93%); margin-bottom: 10px