1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00

Add style for tables

This commit is contained in:
Guillaume Ayoub 2011-10-19 20:06:01 +02:00
parent c58f078d44
commit b38ee016c3

View file

@ -33,6 +33,16 @@ a:hover, a:focus {
color: #376e04;
}
table:not(.footnote) {
border-collapse: collapse;
margin: auto;
}
table:not(.footnote) td {
border: 1px #cbb solid;
padding: 0.5em;
}
h2 {
background: url(img/icon.png) no-repeat top left;
color: #a40000;
@ -119,7 +129,6 @@ nav ul {
}
nav li {
display: table-cell;
}