1
0
mirror of https://github.com/etesync/android synced 2025-03-11 04:56:22 +00:00
etesync-android/libs/ical4j-1.0.5/docs/css/default.css
rfc2822 3729951b52 Calendar improvements
* recurring events
* classification
* status
* attendees
* ical4j 1.0.4 -> 1.0.5
* remove biweekly (replaced by ical4j)
2013-10-05 10:59:19 +02:00

52 lines
575 B
CSS

body {
background-color: white;
font-family: tahoma, verdana, sans-serif;
font-size: 10pt;
}
a {
text-decoration: none;
color: black;
}
a:hover {
text-decoration: underline;
}
h1 {
font-size: 36pt;
}
img {
border: 0;
}
table, h1 {
margin: 20px;
/* float: left; */
}
thead {
font-size: 18pt;
font-weight: bold;
}
th {
text-align: left;
vertical-align: top;
}
.title {
font-size: 36pt;
}
.content {
margin: 20px;
}
#footer {
text-align: center;
margin: 10px auto 10px auto;
font-size: xx-small;
}