1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +00:00

Add a margin for dt

This commit is contained in:
Guillaume Ayoub 2011-10-19 20:10:43 +02:00
parent b38ee016c3
commit 9591653618

View file

@ -43,6 +43,10 @@ table:not(.footnote) td {
padding: 0.5em; padding: 0.5em;
} }
dt {
margin: 0.8em 0 0.2em 0;
}
h2 { h2 {
background: url(img/icon.png) no-repeat top left; background: url(img/icon.png) no-repeat top left;
color: #a40000; color: #a40000;