the content divs now have grey bg
authorS7012MY <l3asketballplayer@yahoo.com>
Fri, 24 Jan 2014 17:11:51 +0000 (19:11 +0200)
committerS7012MY <l3asketballplayer@yahoo.com>
Fri, 24 Jan 2014 17:11:51 +0000 (19:11 +0200)
tmpl/log_entry.en
tmpl/us_entry.en

index fb660a7593aa3aff4d1581793b4d81908b0b928a..b79971511f15f13c56e02a651fa25822ebaacd5d 100644 (file)
@@ -1,11 +1,13 @@
 <div class="col-md-12 column">
        <div class="row clearfix">
-               <table class="table">
-               <thead>
-               <tr><th>Test number<th>Result<th>Time
-               <tbody>
-               <tmpl_loop tests><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time>
-               </tmpl_loop>
-               </table>
+               <div class="jumbotron">
+                       <table class="table">
+                       <thead>
+                       <tr><th>Test number<th>Result<th>Time
+                       <tbody>
+                       <tmpl_loop tests><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time>
+                       </tmpl_loop>
+                       </table>
+               </div>
        </div>
 </div>
\ No newline at end of file
index d7d75ea811291c8853452524ac64340cef9bf2a9..cb1d6c44332c018e4c1a33ab763c29195754fc1e 100644 (file)
@@ -1,8 +1,10 @@
 <div class="col-md-12 column">
        <div class="row clearfix">
-               <h1><tmpl_var name></h1>
-               Town: <tmpl_var town><br>
-               University: <tmpl_var university><br>
-               Level: <tmpl_var level>
+               <div class="jumbotron">
+                       <h1><tmpl_var name></h1>
+                       Town: <tmpl_var town><br>
+                       University: <tmpl_var university><br>
+                       Level: <tmpl_var level>
+               </div>
        </div>
 </div>
\ No newline at end of file
This page took 0.011205 seconds and 4 git commands to generate.