1
0
Fork 0
forked from forgejo/forgejo

new quick start page

This commit is contained in:
Unknwon 2015-10-02 19:58:36 -04:00
parent e5310cdbc1
commit 4465c58f4b
15 changed files with 2662 additions and 1821 deletions

View file

@ -591,7 +591,28 @@
overflow-x: auto;
overflow-y: hidden;
}
&.quickstart {
.guide {
.item {
padding: 1em;
small {
font-weight: normal;
}
}
.clone.button:first-child {
border-radius: .28571429rem 0 0 .28571429rem;
}
#repo-clone-url {
border-radius: 0;
width: 100%;
padding: 5px 10px;
font-size: 1.2em;
}
}
}
}
// End of .repository
.issue.list {
list-style: none;