frontend: css: add bottom border to most of cards and jumboframe
This commit is contained in:
parent
a06a256c21
commit
cf290732dc
9 changed files with 16 additions and 16 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<div class="jumbotron text-indent mt-2 mb-4">
|
||||
<div class="jumbotron niceborder text-indent mt-2 mb-4">
|
||||
<p class="lead text-justify" ng-bind-html="themes[current_theme].intro"></p>
|
||||
</div>
|
||||
|
||||
<div class="card-group mb-5">
|
||||
<div class="card" ng-repeat="(k,exercice) in themes[current_theme].exercices">
|
||||
<div class="card niceborder" ng-repeat="(k,exercice) in themes[current_theme].exercices">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">
|
||||
<a ng-href="/{{ themes[current_theme].urlid }}/{{ themes[current_theme].exercices[k].urlid }}" ng-if="my.exercices[k]">
|
||||
|
|
|
|||
Reference in a new issue