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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-toolbar/README.md

Issue 1187823002: Update Polymer components and re-run reproduce.sh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 6 months 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
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 d9f7c05283d0fe23a7b2ee0e0d0fc42c47727a5c..ef525f4dd6dbc93e97b7a6e1e8fe494451f65a53 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
@@ -12,7 +12,7 @@ Example:
```html
<paper-toolbar>
<paper-icon-button icon="menu" on-tap="{{menuAction}}"></paper-icon-button>
- <div title>Title</div>
+ <div class="title">Title</div>
<paper-icon-button icon="more" on-tap="{{moreAction}}"></paper-icon-button>
</paper-toolbar>
```
@@ -41,8 +41,8 @@ When `tall`, items can pin to either the top (default), middle or bottom. Use
```html
<paper-toolbar class="tall">
<paper-icon-button icon="menu"></paper-icon-button>
- <div title class="middle">Middle Title</div>
- <div title class="bottom">Bottom Title</div>
+ <div class="title middle">Middle Title</div>
+ <div class="title bottom">Bottom Title</div>
</paper-toolbar>
```

Powered by Google App Engine
This is Rietveld 408576698