]> iEval git - mindcoding-template-patches.git/blobdiff - tmpl/pb.en
Remove extra </div>
[mindcoding-template-patches.git] / tmpl / pb.en
index 4019b0d4bea3bd2b737398ff5ae5c41b30c5af62..c02fcbbcb451e7eefcedc738af821955ee9660a5 100644 (file)
@@ -3,25 +3,25 @@
                
                <div class="row clearfix">
                        <div class="col-md-8 column">
-                               <div class="jumbotron">
+                               <div class="well">
                                        <tmpl_if levels>
-                                       <h2>Beginner</h2>
+                                       <h3>Beginner</h3>
                                        <ul class="list-group">
                                        <tmpl_loop beginner><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
                                        </tmpl_loop></ul>
 
-                                       <h2>Easy</h2>
-                                       <ul>
+                                       <h3>Easy</h3>
+                                       <ul class="list-group">
                                        <tmpl_loop easy><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
                                        </tmpl_loop></ul>
 
-                                       <h2>Medium</h2>
+                                       <h3>Medium</h3>
                                        <ul class="list-group">
                                        <tmpl_loop medium><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
                                        </tmpl_loop></ul>
 
-                                       <h2>Hard</h2>
-                                       <ul>
+                                       <h3>Hard</h3>
+                                       <ul class="list-group">
                                        <tmpl_loop hard><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
                                        </tmpl_loop></ul>
 
This page took 0.026235 seconds and 4 git commands to generate.