mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-22 01:21:05 +00:00
Update style.css
This commit is contained in:
parent
d48879726d
commit
3ade0933ae
|
@ -44,6 +44,20 @@ table {
|
||||||
border-spacing: 0;
|
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 {
|
.compatible-css3 {
|
||||||
behavior: url(app/assets/htc/PIE.htc);
|
behavior: url(app/assets/htc/PIE.htc);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user