mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 00:45:14 +00:00
Update style.css
This commit is contained in:
parent
d48879726d
commit
3ade0933ae
|
@ -44,6 +44,20 @@ table {
|
|||
border-spacing: 0;
|
||||
}
|
||||
|
||||
/* common stylesheet */
|
||||
|
||||
html, body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-size: 1em;
|
||||
font-family: "맑은 고딕", "Malgun Gothic", "Segoe UI", Calibri, Arial, Sans-Serif;
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
font-size: 1em;
|
||||
font-family: "맑은 고딕", "Malgun Gothic", "Segoe UI", Calibri, Arial, Sans-Serif;
|
||||
}
|
||||
|
||||
.compatible-css3 {
|
||||
behavior: url(app/assets/htc/PIE.htc);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user