mailiverse/web/common/Base.css
2013-07-21 13:40:17 -04:00

31 lines
297 B
CSS

body {
padding-bottom: 40px;
}
footer {
width:100%;
text-align:right;
}
[class*="span"] {
margin: 0px;
float: none;
}
body, table td, select, button {
font-family: arial, sans-serif;
font-size: 13px;
}
.version {
font-size:8px;
color:grey;
}
.initially-hidden {
display:none;
}