Skip to content

Commit

Permalink
Restyled erros pages & avatar class
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Aug 16, 2012
1 parent 1794895 commit 05da380
Show file tree
Hide file tree
Showing 14 changed files with 231 additions and 234 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 05da380

Please sign in to comment.