mirror of
https://github.com/labstack/echo.git
synced 2025-07-17 01:43:02 +02:00
Handling 405 & pre-flight requests
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
@ -34,13 +34,16 @@ a:link {
|
||||
.page-content header {
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
.menu {
|
||||
margin-right: 40px;
|
||||
}
|
||||
.menu a {
|
||||
display: block;
|
||||
color: #757575;
|
||||
padding: 5px;
|
||||
border-left:2px #F06292 solid;
|
||||
border-left:4px #F06292 solid;
|
||||
}
|
||||
.menu a:hover {
|
||||
.menu a:hover:not(.active) {
|
||||
background-color: #E0E0E0;
|
||||
}
|
||||
.menu .active {
|
||||
|
Reference in New Issue
Block a user