Skip to content

Commit

Permalink
v0.6 push
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjessen committed Dec 9, 2011
1 parent 83af10d commit f374638
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions footer.php
@@ -1,4 +1,5 @@

</div>
</div>
<footer>
<p>&copy; Christian Jessen 2011</p>
Expand Down
19 changes: 11 additions & 8 deletions style.css
Expand Up @@ -19,11 +19,13 @@ input { outline: none; }
/*
* CONTENT
*/
#content {}
#content p { color: #000000; padding: 0 0 5px 0; }
#content ul { color: #000000; }
#content li { color: #000000; font-size: 13px; }
#content p.timestamp { font-size: 80%; padding: 0; color: gray; }
.content p.timestamp { font-size: 80%; padding: 0; color: gray; font-style: italic; }

/*
* WP-POSTS-LIST
* The list of posts on the frontpage, search pages or category/tags pages
*/
#wp-post-list p.timestamp, #wp-post-list p.timestamp a { font-style: italic; }

/*
* COMMENTS
Expand All @@ -41,15 +43,16 @@ input { outline: none; }
#sidebar li { list-style: none; margin: 0 0 5px 0; }
#sidebar h2 { font-size: 120%; margin: 0; padding: 0; }
#sidebar .widget {
font-size: 90%;
border: 1px solid #CCCCCC;
font-size: 80%;
margin: 0 0 20px 0;
/* border: 1px solid #CCCCCC;
padding: 0 5px 0 5px;
background-color: #F1F1F1;
background-color: rgba(241, 241, 241,0.7);
margin: 0 0 20px 0;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
*/
}


Expand Down

0 comments on commit f374638

Please sign in to comment.