From 724c7899a91d33ad00e205aa45043021fa0a1264 Mon Sep 17 00:00:00 2001 From: bnu Date: Mon, 8 Dec 2014 13:34:46 +0900 Subject: [PATCH] fix typo --- common/css/xe.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/css/xe.css b/common/css/xe.css index cdddb3605..44177eacc 100644 --- a/common/css/xe.css +++ b/common/css/xe.css @@ -300,7 +300,7 @@ button.btn { -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; } -.btn-group>.btn: last-child { +.btn-group>.btn:last-child { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px;