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

Add a background behind the code tags

This commit is contained in:
Guillaume Ayoub 2011-11-03 23:37:15 +01:00
parent fd0eb3a665
commit 38c29779cc

View file

@ -47,6 +47,11 @@ dt {
margin: 0.8em 0 0.2em 0; margin: 0.8em 0 0.2em 0;
} }
code {
background: rgba(0, 150, 0, 0.03);
border-radius: 0.25em;
}
h2 { h2 {
background: url(img/icon.png) no-repeat top left; background: url(img/icon.png) no-repeat top left;
color: #a40000; color: #a40000;