Browse Source

Remove halfwritten paragraph

beta
jlukic 10 years ago
parent
commit
b6cef63c4e
  1. 7
      server/documents/modules/sticky.html.eco

7
server/documents/modules/sticky.html.eco

@ -272,7 +272,7 @@ type : 'UI Module'
<p>Sticky content is required to be inside its own <code>position: relative</code> container that is either the sticky context, or <b>shares vertical positioning with the context element</b>.</p> <p>Sticky content is required to be inside its own <code>position: relative</code> container that is either the sticky context, or <b>shares vertical positioning with the context element</b>.</p>
<p>You can use <code>ui rail</code> or <code>ui grid</code> column that are in the same row to provide this set-up, or your own custom css</p> <p>You can use <code>ui rail</code> or <code>ui grid</code> column that are in the same row to provide this set-up, or your own custom css</p>
<p>Sticky elements swap between being bound to the edges of their container, or fixed to the edges of the browser viewport</p> <p>Sticky elements swap between being bound to the edges of their container, or fixed to the edges of the browser viewport</p>
<table class="ui definition table"> <table class="ui celled definition table">
<thead> <thead>
<tr> <tr>
<th></th> <th></th>
@ -304,11 +304,6 @@ type : 'UI Module'
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="example">
<h4 class="ui header">Providing a context</h4>
<p>Sticky elements typically are bound to an adjacent container specified during initialization. Sticky content without a specified context, will bind themselves to the
</div>
<div class="example"> <div class="example">
<h4 class="ui header">Refreshing With Layout Changes</h4> <h4 class="ui header">Refreshing With Layout Changes</h4>

Loading…
Cancel
Save