1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/S/style.css
Nick Bebout 629adbb8db 1.678
2016-01-22 10:52:28 -06:00

64 lines
609 B
CSS

/* $Id: style.css,v 1.8 2016/01/21 00:58:22 gilles Exp gilles $ */
body {
color: black;
background-color: #eeffff
}
#left-menu {
float: left;
width: 35%;
}
#centered-logo {
float: left;
width: 65%;
}
div.list {
display: inline-block;
vertical-align: top;
}
div.poll {
display: inline-block;
vertical-align: top;
}
#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;
}