1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/W/style.css
Nick Bebout dc5f6a1605 1.596
2014-11-19 16:08:41 -06:00

52 lines
480 B
CSS

body {
color: black;
background-color: #eeffff
}
#left-poll {
float: left;
width: 30%;
}
#centered-logo {
float: left;
width: 70%;
}
#right-poll {
float: right;
width: 30%;
}
#full-page {
float: left;
width: 100%;
}
div.center {
text-align: center;
}
img {
border: 0;
}
.none
{
list-style-type: none;
}
.bold
{
font-weight:bold;
}
.smaller
{
font-size: smaller;
}
/* $Id: style.css,v 1.5 2014/07/31 03:33:43 gilles Exp gilles $ */