Skip to content

Commit

Permalink
changed social networking box color
Browse files Browse the repository at this point in the history
  • Loading branch information
blackant committed Jan 13, 2011
1 parent 78e5b31 commit 5b4c6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/docs/css/sass/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ ul#experiments li p {
width: 270px;
padding: 16px 0 16px 16px;
background: #181517;
background: rgba(255, 255, 255, 0.06);
background: rgba(40, 40, 40, 0.4);
@include rounded(4px);
}

Expand Down
2 changes: 1 addition & 1 deletion public/docs/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ ul#experiments li p {
width: 270px;
padding: 16px 0 16px 16px;
background: #181517;
background: rgba(255, 255, 255, 0.06);
background: rgba(40, 40, 40, 0.4);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
Expand Down

0 comments on commit 5b4c6ad

Please sign in to comment.