]> iEval git - mindcoding-template-patches.git/blobdiff - tmpl/pb.en
fix submit
[mindcoding-template-patches.git] / tmpl / pb.en
index 4019b0d4bea3bd2b737398ff5ae5c41b30c5af62..114e332fd2be317d355e97e2f8c753f2bb584462 100644 (file)
@@ -5,23 +5,23 @@
                        <div class="col-md-8 column">
                                <div class="jumbotron">
                                        <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.020453 seconds and 4 git commands to generate.