mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-15 05:35:07 -05:00
31 lines
297 B
CSS
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;
|
|
}
|
|
|