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; }