From 3d3d963ca3ef4c39c5d53fd68b5a83d88759c383 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 14 Jun 2012 12:36:08 +0200 Subject: [PATCH] .OxLabel.OxSquare should have border-radius: 0 --- source/Ox.UI/css/Ox.UI.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 37ce1d8e..ad452abe 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -901,7 +901,7 @@ OxLabel } .OxLabel.OxSquare { padding: 0 3px 0 3px; - border-radius: 4px; + border-radius: 0; } /*