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 e2bfc931f4 1.637
2015-05-28 12:04:57 -05:00

57 lines
530 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%;
}
#right-tronche {
float: right;
width: 60%;
}
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.6 2015/03/03 11:24:45 gilles Exp gilles $ */