Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/acf5a2cd76dc1d66a579844a0c524ec4f9801097 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Changed current page underlining, no longer so wide, or far from the text.

pull/6/head
Mark McDowall 14 years ago
parent d3d2950a88
commit acf5a2cd76

@ -69,6 +69,7 @@ hr
{
display: block;
float: left;
padding: 5px 15px 2px 10px;
}
#menu a
@ -76,7 +77,7 @@ hr
display: block;
float: left;
height: 26px;
padding: 5px 20px 8px 15px;
padding: 0px 5px 6px 5px;
text-decoration: none;
text-align: center;
text-transform: lowercase;
@ -91,14 +92,12 @@ hr
text-decoration: none;
}
#menu li.current_page_item
#menu li.current_page_item a
{
border-bottom: 2px solid;
border-color: #065EFE;
}
/* Page */
#page

Loading…
Cancel
Save