diff options
author | Unknwon <u@gogs.io> | 2015-10-02 19:58:36 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-10-02 19:58:36 -0400 |
commit | 4465c58f4b1b7e1f9d5cc17fa4fcee352d572092 (patch) | |
tree | 3a8d61ebae277dd45767e828b7df5584ca6f62ae /public/less/_repository.less | |
parent | e5310cdbc1af0b9079c7c46c6433804c8e89661b (diff) | |
download | gitea-4465c58f4b1b7e1f9d5cc17fa4fcee352d572092.tar.gz gitea-4465c58f4b1b7e1f9d5cc17fa4fcee352d572092.zip |
new quick start page
Diffstat (limited to 'public/less/_repository.less')
-rw-r--r-- | public/less/_repository.less | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index f653fec9fa..d02b3af15e 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -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; |