Tutorial improvements
- Skip the build-related tutorial steps when builds are disabled - Make the styling of the tutorial more consistent with the new layout
This commit is contained in:
parent
04678e4e64
commit
4347e2f344
8 changed files with 28 additions and 15 deletions
|
@ -3645,16 +3645,21 @@ pre.command:before {
|
|||
}
|
||||
|
||||
.repo-name-small {
|
||||
background: none repeat scroll 0 0 #D9EDF7;
|
||||
border-radius: 10px;
|
||||
margin-left: 6px;
|
||||
margin-right: 6px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
.user-enter-box {
|
||||
padding: 10px;
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid #DDE7ED;
|
||||
background: #F0FAFF;
|
||||
}
|
||||
|
||||
.file-drop {
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
|
|
Reference in a new issue