]> iEval git - mindcoding-template-patches.git/blobdiff - tmpl/pb.en
Convert all jumbotrons to wells
[mindcoding-template-patches.git] / tmpl / pb.en
index 98117f654a401af568cc007fb4eef071904cf804..c02fcbbcb451e7eefcedc738af821955ee9660a5 100644 (file)
@@ -3,7 +3,7 @@
                
                <div class="row clearfix">
                        <div class="col-md-8 column">
-                               <div class="jumbotron">
+                               <div class="well">
                                        <tmpl_if levels>
                                        <h3>Beginner</h3>
                                        <ul class="list-group">
@@ -11,7 +11,7 @@
                                        </tmpl_loop></ul>
 
                                        <h3>Easy</h3>
-                                       <ul>
+                                       <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>
 
@@ -21,7 +21,7 @@
                                        </tmpl_loop></ul>
 
                                        <h3>Hard</h3>
-                                       <ul>
+                                       <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.0219 seconds and 4 git commands to generate.