Skip to content

Commit

Permalink
Merge pull request #44 from BoweFrankema/master
Browse files Browse the repository at this point in the history
Tiny Fix
  • Loading branch information
MrMaz committed Aug 7, 2012
2 parents d54ef7a + a0307d5 commit 388a030
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions assets/css/design.css
Expand Up @@ -50,7 +50,8 @@ div.bbp-breadcrumb,
#item-body form#whats-new-form,
div.item-list-tabs,
#powered-by,
#header #site-title {
#header #site-title,
.negative {
margin-left: -30px;
margin-right: -30px;
padding-left: 30px;
Expand All @@ -65,7 +66,8 @@ div.item-list-tabs,
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
min-height: 110px;
padding-bottom: 60px;
padding-top: 60px;
}
/* Also add a border radius to our pseudo element for header background */
#header:before {
Expand Down Expand Up @@ -194,7 +196,9 @@ h1#category-title span,h1#tag-title span {
box-shadow: none;
}
/* BuddyPress */
img.avatar,ul.item-list li img.avatar {
img.avatar,
ul.item-list li img.avatar,
.fluid-width-video-wrapper {
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
Expand Down
1 change: 1 addition & 0 deletions assets/css/layout.css
Expand Up @@ -24,6 +24,7 @@ body {
#wrapper {
padding-bottom: 20px;
padding-top: 20px;
margin: auto;
}
/* ========== */
/* ! Header */
Expand Down

0 comments on commit 388a030

Please sign in to comment.