Commit f93fd05608a36e34f384f3d05e3f17e467c26664
1 parent
2c195774
Numéro de vesion
Showing
2 changed files
with
6 additions
and
2 deletions
Show diff stats
index.html renamed to index.php
... | ... | @@ -380,7 +380,7 @@ |
380 | 380 | <footer class="page-footer"> |
381 | 381 | <div class="footer-copyright"> |
382 | 382 | <div class="container"> |
383 | - 10p5 v0.0.0 - © Copyright 2016, <a href="http://clubinfo.plil.net">Le Club Info Polytech Lille</a> | |
383 | + 10p5 <?php echo exec("git describe --tags --dirty"); ?> © Copyright 2016, <a href="http://clubinfo.plil.net">Le Club Info Polytech Lille</a> | |
384 | 384 | </div> |
385 | 385 | </div> |
386 | 386 | </footer> | ... | ... |
scss/style.scss
... | ... | @@ -106,7 +106,7 @@ form { |
106 | 106 | } |
107 | 107 | } |
108 | 108 | |
109 | -// Personalisé | |
109 | +// Personalisation | |
110 | 110 | #grilleBieres { |
111 | 111 | >div { |
112 | 112 | @extend .row; |
... | ... | @@ -131,6 +131,10 @@ form { |
131 | 131 | } |
132 | 132 | |
133 | 133 | |
134 | +.footer-copyright a { | |
135 | + color: white; | |
136 | +} | |
137 | + | |
134 | 138 | // On met les toasts en bas |
135 | 139 | #toast-container { |
136 | 140 | top: inherit; | ... | ... |