Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
cleaned up padding and margins
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed Nov 10, 2009
1 parent 0f6e834 commit 82e4899
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
$description = "";
$link = "";



function startElement($parser, $name, $attrs) {
global $insideitem, $tag, $title, $description, $link;
if ($insideitem) {
Expand Down Expand Up @@ -82,6 +80,7 @@ function loadFeed($url)

#header {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 30px 0;
margin-bottom: 30px;
position:relative;
Expand All @@ -105,6 +104,7 @@ function loadFeed($url)

#wrapper {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.headOne {
Expand Down Expand Up @@ -134,25 +134,26 @@ function loadFeed($url)
padding:5px;
}

.article {
font-family: Verdana, Arial, Helvetica, sans-serif;
#wrapper .article {

color:#FFFFFF;
margin-bottom:20px;
margin-bottom:30px;
}

.article .title {
#wrapper .article .title {
font-weight: bold;
margin-bottom: 30px;
}

.article .description {
margin-right:30px;
#wrapper .article .description img {
margin-right:30px;
}

.footer {
background-image:url('http://yap-studio.com/apps/rss/assets/gsprite_mod_default_103008.gif');
background-repeat:repeat-x;
background-position:0 -400px;
height:80px;
background-position:0 -415px;
height: 70px;
}
</style>

Expand Down

0 comments on commit 82e4899

Please sign in to comment.