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

Unified Diff: client/web/category.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/web/category.dart ('k') | client/web/library-panel.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/web/category.html
diff --git a/client/web/category.html b/client/web/category.html
index ccd3b9a2a0695d7fdb85f7110f2eda54251071c5..785e3dc2cedaa9d9371efe10d540dc4a4ae90f33 100644
--- a/client/web/category.html
+++ b/client/web/category.html
@@ -12,13 +12,13 @@
data-toggle="collapse"
data-parent="{{accordionParent}}"
data-target="#accordion-{{stylizedName}}">
- {{title}}
+ {{title}}<b class="caret"></b>
</a>
</div>
<div id="accordion-{{stylizedName}}"
class="accordion-body {{divClass}}"
- style="height:{{divStyle}}">
+ style="height:auto">
<div class="accordion-inner">
<ul id="itemList" class="nav nav-pills nav-stacked">
</ul>
« no previous file with comments | « client/web/category.dart ('k') | client/web/library-panel.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698