Skip to content

Commit

Permalink
Added a blue border radius to content div
Browse files Browse the repository at this point in the history
Cotent is id of div at moment. Probably need to move to class based
solution that applies to all posts.
  • Loading branch information
Nigel Kelly authored and Nigel Kelly committed Sep 14, 2011
1 parent 31ed5dc commit 0878e9d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/styles.css
Expand Up @@ -16,6 +16,18 @@ header { margin-bottom: 15px; }
margin-top: 20px;
}

#content{
margin-top:6px;
margin-left:3px;
border:1px solid dodgerblue;
color:#1C3B70;
padding:9px;
background: #EDF0F2;
-webkit-border-radius:10px;


}


/********** Syntax Highlighting ******/
/* https://github.com/mojombo/tpw/blob/master/css/syntax.css */
Expand Down

0 comments on commit 0878e9d

Please sign in to comment.