From 9f93cefe4d7d504a4b1b41d30dc525b06e9034d4 Mon Sep 17 00:00:00 2001 From: jimi Date: Fri, 30 Apr 2010 15:06:52 -0500 Subject: [PATCH] 2.html and stylesheet, move some styles inline --- public/2.html | 1 + public/stylesheets/layout.css | 14 +++----------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/public/2.html b/public/2.html index f94dc5a..a089040 100644 --- a/public/2.html +++ b/public/2.html @@ -12,6 +12,7 @@ diff --git a/public/stylesheets/layout.css b/public/stylesheets/layout.css index 176a92f..0da8f72 100644 --- a/public/stylesheets/layout.css +++ b/public/stylesheets/layout.css @@ -38,9 +38,7 @@ blockquote p { #header img { display: block; } -#header img.left { - padding: 1.5em 0.5em; -} + #header ul li { list-style: none; } @@ -96,11 +94,5 @@ blockquote p { display: none; } -.left { - float: left; - padding-right: 1em; -} -.right { - float: right; - padding-left: 1em; -} +.left { float: left; } +.right { float: right; }