Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Docs (header): improved message bar example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Sep 13, 2012
1 parent 7c317a0 commit cdb1b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/toolbars/docs-headers.html
Expand Up @@ -179,7 +179,7 @@ <h3>I'm just a div with bar classes and a mini inline <a href="#" data-role="but
<!-- Yes, the inline styles aren't recommended in a real system but they are used to simply illustrate how to tweak CSS -->
<div class="ui-bar ui-bar-e">

<h3 style="display:inline-block; width:92%; margin-top:5px;">This is an alert message. </h3><div style="display:inline-block; width:8%; margin-top:0px;"><a href="#" data-role="button" data-icon="delete" data-iconpos="notext">Dismiss</a></div><p style="font-size:85%; margin:-.3em 0 1em;">And here's some additional text in a paragraph.</p>
<h3 style="display:inline-block; width:92%; margin-top:5px;">This is an alert message. </h3><div style="display:inline-block; width:8%; margin-top:0px; text-align:right;"><a href="#" data-role="button" data-icon="delete" data-inline="true" data-iconpos="notext">Dismiss</a></div><p style="font-size:85%; margin:-.3em 0 1em;">And here's some additional text in a paragraph.</p>
</div>
</div><!--/content-primary -->

Expand Down

0 comments on commit cdb1b49

Please sign in to comment.