Skip to content

Commit

Permalink
Update 'marketing/docs/ui.php' with 'Panel' class documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fordarnold committed Dec 26, 2011
1 parent 6a5df73 commit b62cd37
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions marketing/docs/ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,19 @@

<hr />

<h4>Panel</h4>
<p>A panel is a helpful css class that enables you to outline sections of your page easily. This allows you to view your page sections as you add content to them. Just add a "panel" class to a &lt;div&gt; tag.</p>

<div class="panel">
<h5>My Panel is bigger than yours</h5>
</div>

<p>
<script type="text/javascript" src="http://snipt.net/embed/3d0e300df47141037c18db6489773a63"></script>
</p>

<hr/>

<h4>Tabs</h4>
<div class="row">
<div class="six columns">
Expand Down

0 comments on commit b62cd37

Please sign in to comment.