make dificulties smaller
authorS7012MY <l3asketballplayer@yahoo.com>
Sun, 26 Jan 2014 18:16:37 +0000 (20:16 +0200)
committerS7012MY <l3asketballplayer@yahoo.com>
Sun, 26 Jan 2014 18:16:37 +0000 (20:16 +0200)
tmpl/pb.en

index 4019b0d4bea3bd2b737398ff5ae5c41b30c5af62..98117f654a401af568cc007fb4eef071904cf804 100644 (file)
@@ -5,22 +5,22 @@
                        <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>
+                                       <h3>Easy</h3>
                                        <ul>
                                        <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>
+                                       <h3>Hard</h3>
                                        <ul>
                                        <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.011301 seconds and 4 git commands to generate.