From 70ffa07939b79f80257cf5140768e9b90e7e7800 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 12 Apr 2011 14:41:06 +0200 Subject: [PATCH] Show images differently. --- src/main/resources/static/css/sone.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index a2579e4..b40890a 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -558,7 +558,18 @@ textarea { } #sone .image { - float: left; + width: 200px; + height: 150px; + display: table-cell; + vertical-align: middle; + text-align: center; + padding: 0.5ex; +} + +#sone .image img { + padding: 1ex; + border: solid 1px #000; + background-color: #fff; } #sone .backlinks .separator { -- 2.7.4