Index: third_party/polymer/v1_0/components-chromium/paper-toolbar/README.md |
diff --git a/third_party/polymer/v1_0/components-chromium/paper-toolbar/README.md b/third_party/polymer/v1_0/components-chromium/paper-toolbar/README.md |
index ef525f4dd6dbc93e97b7a6e1e8fe494451f65a53..997c345c558ad5118a4b1834e0325448e3b04c18 100644 |
--- a/third_party/polymer/v1_0/components-chromium/paper-toolbar/README.md |
+++ b/third_party/polymer/v1_0/components-chromium/paper-toolbar/README.md |
@@ -49,3 +49,12 @@ When `tall`, items can pin to either the top (default), middle or bottom. Use |
For `medium-tall` toolbar, the middle and bottom contents overlap and are |
pinned to the bottom. But `middleJustify` and `bottomJustify` attributes are |
still honored separately. |
+ |
+To make an element completely fit at the bottom of the toolbar, use `fit` along |
+with `bottom`. |
+ |
+```html |
+<paper-toolbar class="tall"> |
+ <div id="progressBar" class="bottom fit"></div> |
+</paper-toolbar> |
+``` |