Skip to content

Commit b40d2bd

Browse files
committed
Use general css class and inherit width from parent on of list
1 parent 41244ca commit b40d2bd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: root/pod.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<% INCLUDE inc/breadcrumbs.html plussers_div = plusser_authors%>
77

8-
<ul class="nav nav-list slidepanel" id="pod-navlist" itemscope itemtype="http://schema.org/SoftwareApplication">
8+
<ul class="nav nav-list slidepanel" itemscope itemtype="http://schema.org/SoftwareApplication">
99
<li class="visible-xs">
1010
<% INCLUDE mobile/toolbar-search-form.html %>
1111
</li>

Diff for: root/static/less/nav-list.less

+3-2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ ul.nav-list.box-right {
4848

4949
.nav > li {
5050
line-height: 20px;
51+
width: inherit;
5152
}
5253

5354
.nav-list > li > a,
@@ -100,6 +101,6 @@ ul.nav-list.box-right {
100101
line-height: 25px;
101102
}
102103

103-
#pod-navlist li {
104+
.left-toolbar li {
104105
width: 180px;
105-
}
106+
}

0 commit comments

Comments
 (0)