Skip to content

Commit 973994f

Browse files
authored
Merge pull request majlis-erc#735 from majlis-erc/404-add-documentation-page
modified logo
2 parents 775226a + 28a45b2 commit 973994f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body>
1313
<!-- Sidebar Navigation -->
1414
<div class="sidebar">
15-
<a href="#/exist/apps/manuForma/">
15+
<a href="index.html" class="logo">
1616
<img width="200" height="40" src="resources/images/hn/logo_manuforma.svg"
1717
alt="resources/images/hn/logo_manuforma.svg"/>
1818
</a>

handbook/styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ body {
4747
background-color: white;
4848
}
4949

50+
/* Logo */
51+
.sidebar .logo:hover::after,
52+
.sidebar .logo:focus::after {
53+
height: 0px;
54+
}
55+
5056
.sidebar .nav-h1 {
5157
padding-left: 0; /* Base level indentation */
5258
font-weight: bold;

0 commit comments

Comments
 (0)