Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskaschulz committed Jul 19, 2013
1 parent c8a8d96 commit a9ed640
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h3 class="tm-article-subtitle">Markup</h3>

<h3>Dropdown with navs</h3>

<p>A dropdown can contain a nav from the <a href="nav.html">Nav component</a>. Just add the <code>.uk-nav</code> class and the <code>.uk-nav-dropdown</code> modifier to a <code>&lt;ul&gt;</code> element, so the dropdown fits perfectly into the navbar.</p>
<p>A dropdown can contain a nav from the <a href="nav.html">Nav component</a>. Just add the <code>.uk-nav</code> class and the <code>.uk-nav-dropdown</code> modifier to a <code>&lt;ul&gt;</code> element.</p>

<h4 class="tm-article-subtitle">Markup</h4>

Expand Down
4 changes: 2 additions & 2 deletions docs/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h3 class="tm-article-subtitle">Example</h3>

<h3 class="tm-article-subtitle">Markup</h3>

<pre><code>&lt;form class="uk-search" data-uk-search="{source:'MY-RESULTS.json'}"&gt;
<pre><code>&lt;form class="uk-search" data-uk-search="{source:'my-results.json'}"&gt;
&lt;input class="uk-search-field" type="search" placeholder=""&gt;
&lt;button class="uk-search-close" type="reset"&gt;&lt;/button&gt;
&lt;/form&gt;</code></pre>
Expand Down Expand Up @@ -192,7 +192,7 @@ <h3 class="tm-article-subtitle">Markup</h3>
<pre><code>&lt;nav class="uk-navbar"&gt;
&lt;div class="uk-navbar-flip"&gt;
&lt;div class="uk-navbar-content"&gt;
&lt;form class="uk-search" data-uk-search="{source:'MY-RESULTS.json'}"&gt;
&lt;form class="uk-search" data-uk-search="{source:'my-results.json'}"&gt;
...
&lt;/form&gt;
&lt;/div&gt;
Expand Down
6 changes: 3 additions & 3 deletions docs/tooltip.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ <h3 class="tm-article-subtitle">Example</h3>

<h3 class="tm-article-subtitle">Markup</h3>

<pre><code>&lt;button class="uk-button" data-uk-tooltip title&gt;...&lt;/button&gt;
&lt;span data-uk-tooltip="" title&gt;...&lt;/span&gt;</code></pre>
<pre><code>&lt;button class="uk-button" data-uk-tooltip title=""&gt;...&lt;/button&gt;
&lt;span data-uk-tooltip title=""&gt;...&lt;/span&gt;</code></pre>

<hr class="uk-article-divider">

Expand Down Expand Up @@ -177,7 +177,7 @@ <h2>Alignment</h2>

<h3 class="tm-article-subtitle">Markup</h3>

<pre><code>&lt;button class="uk-button" data-uk-tooltip="{pos:'bottom-left'}" title&gt;...&lt;/button&gt;</code></pre>
<pre><code>&lt;button class="uk-button" data-uk-tooltip="{pos:'bottom-left'}" title=""&gt;...&lt;/button&gt;</code></pre>

</article>

Expand Down
2 changes: 1 addition & 1 deletion docs/utility.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ <h3 class="tm-article-subtitle">Markup</h3>

<pre><code>&lt;video controls class="uk-responsive-width"&gt;&lt;/video&gt;

&lt;img class="uk-responsive-height" src=""&gt;</code></pre>
&lt;img class="uk-responsive-height" src="" alt=""&gt;</code></pre>

<hr class="uk-article-divider">

Expand Down

0 comments on commit a9ed640

Please sign in to comment.