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 1c83c7c commit 34d6229Copy full SHA for 34d6229
src/main/frontend/sass/_variables.scss
@@ -82,7 +82,7 @@
82
}
83
dl.wide {
84
dt {
85
- width: 25em;
+ width: 35em;
86
word-wrap: break-word;
87
88
dd {
src/main/xar-resources/templates/page.html
@@ -54,7 +54,7 @@
54
<li class="nav-item dropdown" id="documentation">
55
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Documentation</a>
56
<div class="dropdown-menu">
57
- <a class="nav-link dropdown-item" href="documentation.xml">Documentation</a>
+ <a class="dropdown-item" href="documentation.xml">Documentation</a>
58
<a class="dropdown-item" href="author-reference.xml">author guidelines</a>
59
<a class="dropdown-item" href="getting-help.xml">Get Support</a>
60
<div class="dropdown-divider"></div>
0 commit comments