From 884a67626e2851fe30b832674a2683ab128f55fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Thu, 4 Oct 2012 02:34:35 +0200 Subject: [PATCH] select only the imgs inside a post --- theme/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 5d9c6a8..cbf93b1 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -45,7 +45,7 @@ h3, h4, h5, h6 { margin-top: .8em; } hr { border: 2px solid #EEEEEE; } -img { border: 10px black solid; display: block; margin: 20px auto;} +#content img { border: 10px black solid; display: block; margin: 20px auto;} /* Anchors */ a {outline: 0;}