fonteditor/demo/css/render.css
2014-09-03 11:38:21 +08:00

28 lines
299 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%;
background: #F0F0F0;
position: relative;
}