xe.css img {border:0}

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9514 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-10-07 05:48:15 +00:00
parent ce88980607
commit 6cf26c03e4
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
body,table,input,textarea,select,button{font-family:Tahoma,Geneva,sans-serif;font-size:12px}
img{border:0}
/* Button */
.btn{position:relative;display:inline-block;vertical-align:top}
.btn *{display:inline-block;padding:0 8px;font-size:12px;height:24px;line-height:22px;margin:0;font-weight:bold !important;color:#fff;text-decoration:none !important;border:1px solid;cursor:pointer;overflow:visible;border-radius:3px;box-shadow:inset 0 0 1px #fff;background-color:#666;text-shadow:0 -1px 0 #333;zoom:1}

File diff suppressed because one or more lines are too long