Skip to content

Commit

Permalink
Add experimental search query to legend. Addresses #51
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Aug 8, 2013
1 parent 4e18915 commit f683a00
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion static/css/elements/chromedash-legend.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/elements/chromedash-legend.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ <h2>Search</h2>
<li><span>"&lt;=30"</span>features in 30</li>
<li><span>"=30"</span>features that landed in 30</li>
<li><span>">28"</span>features since 28
<li><span>"behind a flag"</span>all experimental features
</ul>
</section>
<content></content>
Expand Down
2 changes: 1 addition & 1 deletion static/sass/elements/chromedash-legend.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ section {
li {
span {
margin-right: 5px;
width: 50px;
width: 110px;
display: inline-block;
}
}
Expand Down
Loading

0 comments on commit f683a00

Please sign in to comment.