Skip to content

Commit

Permalink
Edited style.css via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfishman committed Oct 6, 2011
1 parent b1b10f4 commit f0085ad
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,27 @@ body{background-image:url('images/bg.jpg');-webkit-background-size:100%; /*Saf3-
.entry-meta a {text-decoration:none; color:#cc9966; text-transform:uppercase;}

.sidebar{background: url('images/slidersidebar.jpg');overflow:hidden; background-repeat: repeat; padding: 10px 0px 10px 0px;}
.sidebar ul {padding:10px;}
.sidebar h2 {padding:3px 5px 3px 5px;}
.sidebar a{text-decoration:none; color:#C96;}
.sidebar ul {padding:10px;
line-height:180%;
}
.sidebar h2 {padding:3px 5px 3px 5px;
font-style: italic;
color: #535253;
font-weight: normal;
font-size: 20px;
border-bottom: 1px dotted #898989;
margin-left: 10px;
margin-top:20px;
}
.sidebar h2:first-of-type{
margin-top:none;
}
.sidebar p {font-size: 11pt; color: #999; font-weight: 100; font-style: italic;}

.sidebar p + a {
margin-left: 100px;

}
#meta {}
.postmetadata {}

Expand Down

0 comments on commit f0085ad

Please sign in to comment.