Allow for building of Dockerfiles with pull robots

This commit is contained in:
Joseph Schorr 2015-01-16 17:01:14 -05:00
parent 296fc938a2
commit 473a141835
5 changed files with 57 additions and 19 deletions

View file

@ -1096,12 +1096,6 @@ i.toggle-icon:hover {
border: 1px dashed #ccc;
}
.new-repo .initialize-repo .init-description {
color: #444;
font-size: 12px;
text-align: center;
}
.new-repo .initialize-repo .file-drop {
margin: 10px;
}
@ -4915,3 +4909,7 @@ i.slack-icon {
#gen-token input[type="checkbox"] {
margin-right: 10px;
}
.dockerfile-build-form table td {
vertical-align: top;
}