mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-20 12:21:52 +00:00
Fixed broken <code> element.
This commit is contained in:
parent
e709a37514
commit
47dcb7747b
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
</div><!-- /header -->
|
||||
|
||||
<div data-role="content">
|
||||
<p>That was an animated page transition effect that we added with a <class>code> data-transition</code> attribute on the link.</p>
|
||||
<p>That was an animated page transition effect that we added with a <code>data-transition</code> attribute on the link.</p>
|
||||
<p>Since it uses CSS transforms, this should be hardware accelerated on many mobile devices.</p>
|
||||
<p>What do you think?</p>
|
||||
<a href="docs-transitions.html" data-role="button" data-theme="b">I like it</a>
|
||||
|
|
@ -23,4 +23,4 @@
|
|||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue