css groupView

php
Anthony RICHARD 1 year ago
parent 1570115665
commit 6e3b824790

@ -18,15 +18,11 @@
<link href="{{base}}/css/styles.css" rel="stylesheet" />
</head>
<style>
section {
border: 2px solid black;
margin: 10px 0;
}
</style>
<body>
{% include 'navBar.twig' %}
<div class="content">
<section class="groupList">
<section class="section">
<h2>Group list</h2>
{% include 'groupContainer.twig' with {'actions' : ['showGroupDetails', 'removeGroup']} %}
</section>

@ -19,10 +19,6 @@
</head>
</head>
<style>
section {
border: 2px solid black;
margin: 10px 0;
}
</style>
<body>
{% include 'navBar.twig' %}

Loading…
Cancel
Save