Reorder documentation guide and fix CSS

This commit is contained in:
Aurelsicoko 2018-01-05 11:45:29 +01:00
parent 4fec48fee1
commit 86fa933f5e
3 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,10 @@
* [Table of contents](concepts/concepts.md)
### Guides
* [Authentification](guides/authentification.md)
* [Configurations](configurations/configurations.md)
* [Controllers](guides/controllers.md)
* [Deployment](guides/deployment.md)
* [Filters](guides/filters.md)
* [Internationalization](guides/i18n.md)
* [Models](guides/models.md)
@ -27,8 +29,6 @@
* [Responses](guides/responses.md)
* [Routing](guides/routing.md)
* [Services](guides/services.md)
* [Authentification](guides/authentification.md)
* [Deployment](guides/deployment.md)
### Plugins
* [Quick start](plugins/quick-start.md)

View File

@ -27,7 +27,7 @@
color: #ffffff;
font-size: 12px;
line-height: 20px;
background: #E78C29;
background: #0097f7;
border-radius: 3px;
transition: transform .3s ease-in-out;
white-space: pre;

View File

@ -93,7 +93,7 @@
.secondary {
// height: 32px !important;
color: #F64D0A !important;
border: 0.1rem solid #F64D0A;
border: 0.1rem solid #F64D0A !important;
position: relative;
border-radius: 3px;
overflow: hidden;