Skip to content

Commit

Permalink
Testing class
Browse files Browse the repository at this point in the history
  • Loading branch information
wallytutor committed Jun 15, 2024
1 parent 6b15a1c commit e032beb
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/pages/Training.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Ceci est mon plan d'entrainement musculaire personnel. Sa cible c'est le renforc
Cette séance est intermédiaire (1h environ) et à pour but le renforcement du genou. Elle reste compatible avec autre activité dans la journée, alors préconiser sa réalisation le matin pour être disponible pour autre type d'entrainement le soir (vélo, course, trail, ...).

<center>
<table>
<table class="training-table">
<tr>
<th>Description</th>
<th>Séries</th>
Expand Down
27 changes: 27 additions & 0 deletions theme/zurb-F5-basic/static/css/wallystyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

table.training-table td:nth-child(1)
{
width: 120;
text-align: right;
}

table.training-table td:nth-child(2)
{
text-align: center;
}

table.training-table td:nth-child(3)
{
text-align: center;
}

table.training-table td:nth-child(4)
{
width: 100;
text-align: left;
}

table.training-table td:nth-child(5)
{
text-align: center;
}
1 change: 1 addition & 0 deletions theme/zurb-F5-basic/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/foundation.min.css" />
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/style.css" />
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments.css" />
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/wallystyle.css" />
<script src="{{ SITEURL }}/theme/js/modernizr.js"></script>
</head>

Expand Down

0 comments on commit e032beb

Please sign in to comment.