mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 11:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1643 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
802981e6cd
commit
093ee55d4a
20 changed files with 266 additions and 309 deletions
|
|
@ -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%;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue