From 5c688f557e80ae4c8c3f17c99ee2ceadc38c75a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= <fauno@parabola.nu> Date: Tue, 16 Jul 2013 16:14:22 -0300 Subject: [PATCH] =?UTF-8?q?Estilo=20natural=20para=20im=C3=A1genes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/screen.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/css/screen.css b/css/screen.css index bc0d872..8c8af4d 100644 --- a/css/screen.css +++ b/css/screen.css @@ -98,12 +98,6 @@ blockquote { border-left: 5px solid #eee; } -img { - float: left; - margin: 10px 10px 50px 10px; - max-width: 400px; -} - sup { font-size: 80%; vertical-align: super; @@ -159,3 +153,7 @@ dd p a { color: #4083A9; font-style: normal; } + +figure { + text-align: center; +} -- GitLab