We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0ceb9 commit 28a45b2Copy full SHA for 28a45b2
2 files changed
docs.html
@@ -12,7 +12,7 @@
12
<body>
13
<!-- Sidebar Navigation -->
14
<div class="sidebar">
15
- <a href="#/exist/apps/manuForma/">
+ <a href="index.html" class="logo">
16
<img width="200" height="40" src="resources/images/hn/logo_manuforma.svg"
17
alt="resources/images/hn/logo_manuforma.svg"/>
18
</a>
handbook/styles.css
@@ -47,6 +47,12 @@ body {
47
background-color: white;
48
}
49
50
+/* Logo */
51
+.sidebar .logo:hover::after,
52
+.sidebar .logo:focus::after {
53
+ height: 0px;
54
+}
55
+
56
.sidebar .nav-h1 {
57
padding-left: 0; /* Base level indentation */
58
font-weight: bold;
0 commit comments