mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-05 08:58:50 +00:00
fixed some formatting issues with API docs [CI SKIP]
This commit is contained in:
parent
810770388a
commit
edf1817939
2 changed files with 0 additions and 3 deletions
|
@ -19,7 +19,6 @@
|
||||||
border-bottom: 1px solid #EEE;
|
border-bottom: 1px solid #EEE;
|
||||||
padding-bottom: 40px;
|
padding-bottom: 40px;
|
||||||
li
|
li
|
||||||
line-height: 5px;
|
|
||||||
a
|
a
|
||||||
color: #2b303b;
|
color: #2b303b;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
@ -311,8 +311,6 @@ body.login.login-form > div input[type="submit"] { position: relative; width: 10
|
||||||
|
|
||||||
.toc ul { list-style-type: none; padding: 0px; margin: 0px; margin-bottom: 40px; border-bottom: 1px solid #EEE; padding-bottom: 40px; }
|
.toc ul { list-style-type: none; padding: 0px; margin: 0px; margin-bottom: 40px; border-bottom: 1px solid #EEE; padding-bottom: 40px; }
|
||||||
|
|
||||||
.toc ul li { line-height: 5px; }
|
|
||||||
|
|
||||||
.toc ul li a { color: #2b303b; text-decoration: none; }
|
.toc ul li a { color: #2b303b; text-decoration: none; }
|
||||||
|
|
||||||
.toc ul li a:hover { text-decoration: underline; }
|
.toc ul li a:hover { text-decoration: underline; }
|
||||||
|
|
Loading…
Reference in a new issue