We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41244ca commit b40d2bdCopy full SHA for b40d2bd
root/pod.html
@@ -5,7 +5,7 @@
5
6
<% INCLUDE inc/breadcrumbs.html plussers_div = plusser_authors%>
7
8
-<ul class="nav nav-list slidepanel" id="pod-navlist" itemscope itemtype="http://schema.org/SoftwareApplication">
+<ul class="nav nav-list slidepanel" itemscope itemtype="http://schema.org/SoftwareApplication">
9
<li class="visible-xs">
10
<% INCLUDE mobile/toolbar-search-form.html %>
11
</li>
root/static/less/nav-list.less
@@ -48,6 +48,7 @@ ul.nav-list.box-right {
48
49
.nav > li {
50
line-height: 20px;
51
+ width: inherit;
52
}
53
54
.nav-list > li > a,
@@ -100,6 +101,6 @@ ul.nav-list.box-right {
100
101
line-height: 25px;
102
103
-#pod-navlist li {
104
+.left-toolbar li {
105
width: 180px;
-}
106
+}
0 commit comments