From 4ff6370ec920faac4d2fc4a6ecb10c3c7e3b1d39 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 22 Feb 2013 09:10:52 +0530 Subject: [PATCH] update OxSpecialLink CSS --- source/Ox.UI/css/Ox.UI.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 69e51158..6156104a 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -2671,6 +2671,10 @@ Miscellaneous padding: 0; } +.OxSpecialLink { + padding: 0 2px 0 2px; + border-radius: 2px; +} .OxSpecialLink:hover { text-decoration: none; }