Skip to content

Commit

Permalink
Applying border styles to feature images on blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
ktonon committed Aug 21, 2011
1 parent f6f7b7c commit bec929e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions mingus/static/betweenconcepts/css/themes/betweenconcepts.css
Expand Up @@ -139,7 +139,15 @@ ul.navbar-one li {
padding-left: 15px;
padding-bottom: 10px;
}
.post .body img.feature {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border: solid 10px #e0e4e8;
}

.container_16 .grid_9 {
}
.container_16 .grid_6 {
}

Expand All @@ -166,6 +174,14 @@ h2 a:hover { color: #333;}
color: #000;
}

/* Blog */
.feature {
float: right;
}
.feature img {
display: inline;
}

/* DJDT */
#djDebug #djDebugToolbarHandle {
top: 60px;
Expand Down

0 comments on commit bec929e

Please sign in to comment.