diff --git a/core-toolbar.html b/core-toolbar.html
index 42c3a26..727ec8b 100644
--- a/core-toolbar.html
+++ b/core-toolbar.html
@@ -36,9 +36,8 @@
-When taller, items can pin to either the top (default), middle or bottom. When
-using `medium-tall`, the middle and bottom divs overlap, but middleJustify and
-bottomJustify attributes are still honored separately.
+When `tall`, items can pin to either the top (default), middle or bottom. Use
+`middle` class for middle content and `bottom` class for bottom content.
@@ -46,6 +45,10 @@
Bottom Title
+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`.