mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Improved user experience
This commit is contained in:
parent
8b018e6de5
commit
4a72fffbab
@ -1135,3 +1135,7 @@ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operatio
|
|||||||
.toggler {
|
.toggler {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#header a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<h1>{{ apiName }}</h1>
|
<a href=""><h1>{{ apiName }}</h1></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="container" id="resources_container">
|
<div class="container" id="resources_container">
|
||||||
<ul id="resources">
|
<ul id="resources">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user