1
0
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:
Vishal Rana
2015-10-06 06:48:33 -07:00
parent 1efe837fdd
commit 5b019c507e
6 changed files with 121 additions and 145 deletions

View File

@ -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 {