Skip to content

Commit

Permalink
Tweaked the button spacing in the photo details css.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisSala committed Sep 3, 2011
1 parent 6eff4f5 commit a7200f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ body {

h2 {
@include shadowed-text;
width: 100%;
width: 95%;
background-color: $mocha;
color: $cream_light;
padding-left: $standard-widget-spacing;
Expand Down Expand Up @@ -179,7 +179,7 @@ h2 {
background-color: $green;
color: $cream_light;
margin-left: $standard-widget-spacing;
margin-top: 10px;
margin-top: 13px;
font-size: $widget-font-size+20;
}

Expand Down Expand Up @@ -352,7 +352,6 @@ h2 {
}

.photo-details-like-item {
margin-right: $standard-widget-spacing;
display: inline;
}

Expand All @@ -361,7 +360,6 @@ h2 {
}

.photo-details-tag-item {
margin-right: $standard-widget-spacing;
display: inline;
}

Expand Down

0 comments on commit a7200f8

Please sign in to comment.