GitLabCi Service imtegration

This commit is contained in:
Dmitriy Zaporozhets 2012-11-19 22:34:05 +03:00
parent 8500743464
commit 406a0c809b
16 changed files with 158 additions and 7 deletions

View file

@ -73,6 +73,7 @@ img.avatar.s16 { width:16px; height:16px; margin-right:6px; }
img.avatar.s24 { width:24px; height:24px; margin-right:8px; }
img.avatar.s32 { width:32px; height:32px; margin-right:10px; }
img.lil_av { padding-left: 4px; padding-right:3px; }
img.small { width: 80px; }
/** HELPERS **/
.nothing_here_message { text-align:center; padding:20px; color:#777; }
@ -87,3 +88,5 @@ input[type='search'].search-text-input {
@include border-radius(4px);
border:1px solid #ccc;
}
fieldset legend { font-size: 17px; }