git-svn-id: http://xe-core.googlecode.com/svn/trunk@1643 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-18 10:53:47 +00:00
parent 802981e6cd
commit 093ee55d4a
20 changed files with 266 additions and 309 deletions

View file

@ -1,5 +1,20 @@
@charset "utf-8";
/*
Used Hack
IE6 & Below
{ property:value; _property:value;}
IE7 Only
*:first-child+html #selector
IE7 & IE6 & Below
*:first-child+html #selector,
* html #selector {}
*/
/* Special Class Selector */
.fr { float:right;}
.fl { float:left;}
/* default.css - Type Selector Definition */
* { margin:0; padding:0; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
html, body { height:100%;}