Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Side by Side Diff: client/web/library-panel.html

Issue 60233005: Remove WIP label, make categories always expanded, move build number down. (Closed) Base URL: https://github.com/dart-lang/dartdoc-viewer.git@master
Patch Set: Go back to collapsing when small, panel and minimap vanish at the same time column widens Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « client/web/category.html ('k') | client/web/main.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <polymer-element name="dartdoc-library-panel"> 3 <polymer-element name="dartdoc-library-panel">
4 <template> 4 <template>
5 <div class="list-group visible-lg col-lg-2 affix-left" 5 <div class="list-group affix-left"
6 id="library-panel"> 6 id="library-panel">
7 </div> 7 </div>
8 {{createEntries()}} 8 {{createEntries()}}
9 </template> 9 </template>
10 <script type="application/dart" src="library-panel.dart"></script> 10 <script type="application/dart" src="library-panel.dart"></script>
11 </polymer-element> 11 </polymer-element>
OLDNEW
« no previous file with comments | « client/web/category.html ('k') | client/web/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698