@soundstep/soma
Version:
Soma is a javascript framework created to build scalable and maintainable applications.
22 lines (21 loc) • 317 B
CSS
html {
background: #eeeeee;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.4em;
background: #eeeeee;
color: #333333;
}
.container {
margin: 0;
padding: 0;
}
.container .widget {
float: left;
width: 100px;
height: 50px;
margin: 10px;
padding: 5px;
}