Skip to content

Commit 05da380

Browse files
committed
Restyled erros pages & avatar class
1 parent 1794895 commit 05da380

14 files changed

+231
-234
lines changed

app/assets/stylesheets/common.scss

+13-7
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ ul.bordered-list li:last-child { border:none }
249249
li.commit {
250250
.avatar {
251251
width:24px;
252-
top:-3px;
252+
top:-5px;
253253
margin-right:10px;
254254
margin-left:10px;
255255
}
@@ -305,12 +305,7 @@ p.time {
305305
}
306306

307307
.styled_image {
308-
-webkit-border-radius: 4px;
309-
-moz-border-radius: 4px;
310-
border-radius: 4px;
311-
-moz-box-shadow: 0 0 5px #888;
312-
-webkit-box-shadow: 0 0 5px#888;
313-
box-shadow: 0 0 5px #888;
308+
border:2px solid #ddd;
314309
}
315310

316311
.event_feed {
@@ -729,3 +724,14 @@ li.note {
729724
}
730725
}
731726
}
727+
728+
.git_error_tips {
729+
@extend .span6;
730+
text-align:left;
731+
margin-top:40px;
732+
pre {
733+
background:white;
734+
border:none;
735+
font-size: 12px;
736+
}
737+
}

0 commit comments

Comments
 (0)