Skip to content

Commit 7a3ed5b

Browse files
author
Joe Crick
committed
(master): Reformat side tabs docs.
1 parent b009632 commit 7a3ed5b

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

index.html

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -806,17 +806,6 @@ <h3>Side tabs</h3>
806806

807807
<h4>Left side tabs</h4>
808808

809-
<p>
810-
To make tab headings left sided, simply add the <strong>left-accordion-side</strong> class to the
811-
tab set:
812-
</p>
813-
814-
<div style="background: #ffffff; overflow:auto;width:auto;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"><pre style="margin: 0; line-height: 125%">
815-
&lt;ul class=<span style="color: #a31515">&quot;accordion accordion-tab left-accordion-side&quot;</span>&gt;
816-
<span style="color: #008000">&lt;!-- Tab Content Here --&gt;</span>
817-
&lt;/ul&gt;
818-
</pre></div>
819-
820809
<ul class="accordion accordion-tab left-accordion-side">
821810
<li class="accordion-section">
822811
<input type="radio" class="accordion-section-selector pcssc-invisible" id="zero-left"
@@ -853,20 +842,19 @@ <h2>Heading 3</h2>
853842
</li>
854843
</ul>
855844

856-
857-
<h4>Right side tabs</h4>
858-
859845
<p>
860-
To make tab headings right sided, simply add the <strong>right-accordion-side</strong> class to the
846+
To make tab headings left sided, simply add the <strong>left-accordion-side</strong> class to the
861847
tab set:
862848
</p>
863849

864850
<div style="background: #ffffff; overflow:auto;width:auto;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"><pre style="margin: 0; line-height: 125%">
865-
&lt;ul class=<span style="color: #a31515">&quot;accordion accordion-tab right-accordion-side&quot;</span>&gt;
851+
&lt;ul class=<span style="color: #a31515">&quot;accordion accordion-tab left-accordion-side&quot;</span>&gt;
866852
<span style="color: #008000">&lt;!-- Tab Content Here --&gt;</span>
867853
&lt;/ul&gt;
868854
</pre></div>
869855

856+
<h4>Right side tabs</h4>
857+
870858
<ul class="accordion accordion-tab right-accordion-side">
871859
<li class="accordion-section">
872860
<input type="radio" class="accordion-section-selector pcssc-invisible" id="zero-right"
@@ -903,6 +891,17 @@ <h2>Heading 3</h2>
903891
</li>
904892
</ul>
905893

894+
<p>
895+
To make tab headings right sided, simply add the <strong>right-accordion-side</strong> class to the
896+
tab set:
897+
</p>
898+
899+
<div style="background: #ffffff; overflow:auto;width:auto;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"><pre style="margin: 0; line-height: 125%">
900+
&lt;ul class=<span style="color: #a31515">&quot;accordion accordion-tab right-accordion-side&quot;</span>&gt;
901+
<span style="color: #008000">&lt;!-- Tab Content Here --&gt;</span>
902+
&lt;/ul&gt;
903+
</pre></div>
904+
906905

907906
</div>
908907

0 commit comments

Comments
 (0)