Skip to content

Commit

Permalink
Merge branch 'master' into hooray_apostrophes
Browse files Browse the repository at this point in the history
  • Loading branch information
rspeicher committed Aug 16, 2012
2 parents 70174a1 + 05da380 commit 66399d5
Show file tree
Hide file tree
Showing 18 changed files with 335 additions and 280 deletions.
20 changes: 13 additions & 7 deletions app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ ul.bordered-list li:last-child { border:none }
li.commit {
.avatar {
width:24px;
top:-3px;
top:-5px;
margin-right:10px;
margin-left:10px;
}
Expand Down Expand Up @@ -305,12 +305,7 @@ p.time {
}

.styled_image {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
border:2px solid #ddd;
}

.event_feed {
Expand Down Expand Up @@ -729,3 +724,14 @@ li.note {
}
}
}

.git_error_tips {
@extend .span6;
text-align:left;
margin-top:40px;
pre {
background:white;
border:none;
font-size: 12px;
}
}
Loading

0 comments on commit 66399d5

Please sign in to comment.