Difference between revisions of "Template:Clear"

From Minetest Wiki
Jump to navigation Jump to search
m (Deleted extra newline)
m (Added doc template)
Line 1: Line 1:
 
<includeonly><div style="clear:{{{1|both}}}"></div></includeonly><noinclude>
 
<includeonly><div style="clear:{{{1|both}}}"></div></includeonly><noinclude>
Template for clearing floating block-level elements without line break.
+
{{Documentation|content=
 +
Shorthand for <code><nowiki><div style="clear: both;"></div></nowiki></code>. Clears floating block-level elements without line break.
  
 
[[Category:Templates]]
 
[[Category:Templates]]
 +
}}
 
</noinclude>
 
</noinclude>

Revision as of 05:31, 12 May 2017

Documentation icon.png Documentation

Shorthand for <div style="clear: both;"></div>. Clears floating block-level elements without line break.