Files
atom/static/atom.css
2012-03-15 17:18:26 -06:00

17 lines
197 B
CSS

* {
margin: 0;
padding: 0;
}
body {
font-family: Lucida Grande;
font-size: 12px;
}
#root-view {
height: 100%;
position: relative;
background-image: url(static/images/linen.png);
}