Skip to content

Commit

Permalink
Use general css class and inherit width from parent on of list
Browse files Browse the repository at this point in the history
  • Loading branch information
oiami committed Aug 8, 2014
1 parent 41244ca commit b40d2bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion root/pod.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

<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">
<li class="visible-xs">
<% INCLUDE mobile/toolbar-search-form.html %>
</li>
Expand Down
5 changes: 3 additions & 2 deletions root/static/less/nav-list.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ ul.nav-list.box-right {

.nav > li {
line-height: 20px;
width: inherit;
}

.nav-list > li > a,
Expand Down Expand Up @@ -100,6 +101,6 @@ ul.nav-list.box-right {
line-height: 25px;
}

#pod-navlist li {
.left-toolbar li {
width: 180px;
}
}

0 comments on commit b40d2bd

Please sign in to comment.