@@ -806,17 +806,6 @@ <h3>Side tabs</h3>
806
806
807
807
< h4 > Left side tabs</ h4 >
808
808
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
- <ul class=< span style ="color: #a31515 "> "accordion accordion-tab left-accordion-side"</ span > >
816
- < span style ="color: #008000 "> <!-- Tab Content Here --></ span >
817
- </ul>
818
- </ pre > </ div >
819
-
820
809
< ul class ="accordion accordion-tab left-accordion-side ">
821
810
< li class ="accordion-section ">
822
811
< input type ="radio " class ="accordion-section-selector pcssc-invisible " id ="zero-left "
@@ -853,20 +842,19 @@ <h2>Heading 3</h2>
853
842
</ li >
854
843
</ ul >
855
844
856
-
857
- < h4 > Right side tabs</ h4 >
858
-
859
845
< 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
861
847
tab set:
862
848
</ p >
863
849
864
850
< 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
- <ul class=< span style ="color: #a31515 "> "accordion accordion-tab right -accordion-side"</ span > >
851
+ <ul class=< span style ="color: #a31515 "> "accordion accordion-tab left -accordion-side"</ span > >
866
852
< span style ="color: #008000 "> <!-- Tab Content Here --></ span >
867
853
</ul>
868
854
</ pre > </ div >
869
855
856
+ < h4 > Right side tabs</ h4 >
857
+
870
858
< ul class ="accordion accordion-tab right-accordion-side ">
871
859
< li class ="accordion-section ">
872
860
< input type ="radio " class ="accordion-section-selector pcssc-invisible " id ="zero-right "
@@ -903,6 +891,17 @@ <h2>Heading 3</h2>
903
891
</ li >
904
892
</ ul >
905
893
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
+ <ul class=< span style ="color: #a31515 "> "accordion accordion-tab right-accordion-side"</ span > >
901
+ < span style ="color: #008000 "> <!-- Tab Content Here --></ span >
902
+ </ul>
903
+ </ pre > </ div >
904
+
906
905
907
906
</ div >
908
907
0 commit comments