Skip to content

Commit

Permalink
Update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrossman committed Aug 20, 2012
1 parent 96f1e27 commit a7bb92d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion category-code.php
@@ -1,7 +1,7 @@
<?php get_header(); ?>

<div id="topbox">
I create and contribute to open source projects, providing free products for site owners and libraries for other programmers.
Sometimes I write code that might be useful to others. I make it available here.
</div>

<?php while ( have_posts() ) : the_post(); ?>
Expand Down
4 changes: 2 additions & 2 deletions style.css
Expand Up @@ -45,7 +45,7 @@

#right {
margin-left: 251px;
padding: 30px 0 0 0;
padding: 20px 0 0 0;
}

#right a {
Expand Down Expand Up @@ -115,7 +115,7 @@

.post {
clear: left;
padding: 20px;
padding: 10px 20px 20px 20px;
width: 669px;
}

Expand Down

0 comments on commit a7bb92d

Please sign in to comment.