Improved user experience

This commit is contained in:
William DURAND 2012-04-13 12:23:46 +02:00
parent 8b018e6de5
commit 4a72fffbab
2 changed files with 5 additions and 1 deletions

View File

@ -1135,3 +1135,7 @@ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operatio
.toggler {
cursor: pointer;
}
#header a {
text-decoration: none;
}

View File

@ -13,7 +13,7 @@
</head>
<body>
<div id="header">
<h1>{{ apiName }}</h1>
<a href=""><h1>{{ apiName }}</h1></a>
</div>
<div class="container" id="resources_container">
<ul id="resources">