commit: 16cd0b5223f31df376ae7013c60635a10d744222
parent e7454df177b815fdb93df8dfdea9d603f8cba1d0
Author: Haelwenn Monnier <lanodan.delta@free.fr>
Date:   Tue,  8 Sep 2015 20:14:06 +0200
[css] Bug couleur de fond multi-ligne + marges
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/css/index.css b/css/index.css
@@ -29,7 +29,9 @@ article {
 	box-shadow: 0 0 0.5em 0;
 }
 code {
-	background-color: #222222;
+	display: inline-table;
+	padding: 0 0.25em;
+	background-color: #222;
 	color: #C4C4C4;
 	font-family: monospace;
 }