fonteditor/demo/css/render.css
2014-09-12 02:21:51 +08:00

28 lines
310 B
CSS

* {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
a {
color: #03C;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.hide {
display: none;
}
body,
html {
height: 100%;
}
#render-view {
width: 100%;
height: 100%;
position: relative;
-webkit-text-size-adjust: none;
}