From 7418b070a3fd77e80a633dcf924ffad847c8c01d Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Tue, 21 Oct 2008 05:43:03 +0000 Subject: [PATCH] css debugging git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4665 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/css/button.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/css/button.css b/common/css/button.css index 01dcce0e8..89ef96462 100644 --- a/common/css/button.css +++ b/common/css/button.css @@ -1,6 +1,5 @@ @charset "utf-8"; /* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */ -.button{ margin-right:2px;} /* Anchor Button */ a.button, @@ -71,3 +70,6 @@ a.button.blue span, span.button.blue, span.button.blue button, span.button.blue input { background-image:url(../tpl/images/buttonBlue.gif); color:#fff;} + +/* Offset Adjust */ +.button{ margin-right:2px;}