From ea226be4c461ac216e5c891054147384c512e177 Mon Sep 17 00:00:00 2001 From: andris9 Date: Mon, 13 Jun 2011 14:43:56 +0300 Subject: [PATCH] updates --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index dfc7024..5c4c71c 100644 --- a/index.html +++ b/index.html @@ -25,8 +25,8 @@ } img{ - display: block; - margin: 5px 0; + //display: block; + //margin: 5px 0; max-width: 640px; } @@ -43,6 +43,10 @@ padding-bottom: 10px; margin-bottom: 10px; } + + .center{ + text-align: center; + }