From bbcf1b77c4d738ced28fa31cd00f9948cd01f4e7 Mon Sep 17 00:00:00 2001 From: Eric Morris Date: Wed, 6 Nov 2013 23:51:04 -0800 Subject: [PATCH] Rename .rounded button class to .round --- css/ink.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/ink.css b/css/ink.css index 6ca0bc53..41a8df3b 100644 --- a/css/ink.css +++ b/css/ink.css @@ -462,7 +462,7 @@ td.panel { border-radius: 3px; } -.rounded table td { +.round table td { -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px; -- 2.47.3