frontend: css: add bottom border to most of cards and jumboframe

This commit is contained in:
nemunaire 2018-12-02 00:45:22 +01:00
commit cf290732dc
9 changed files with 16 additions and 16 deletions

View file

@ -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]">