Browse Source

style dossiers

Hugo Roy 8 years ago
parent
commit
f3222fc8bd
3 changed files with 12 additions and 2 deletions
  1. 1 1
      index.html
  2. 1 1
      style.css
  3. 10 0
      style.less

+ 1 - 1
index.html

@@ -52,7 +52,7 @@
 
     <nav class="dossiers">
     <h2>Liste des dossiers</h2>
-      <a href="/inteveld/">In 't Veld</a>
+      <a href="/intveld/">In 't Veld</a>
       <a href="/abroretention/">Abrogation de la rétention des données</a>
     </nav>
     

File diff suppressed because it is too large
+ 1 - 1
style.css


+ 10 - 0
style.less

@@ -33,6 +33,16 @@ nav.projets {
     }
 } 
 
+nav.dossiers {
+ a {
+	display: block;
+	width: 100%;
+	min-height: 2em;
+	line-height: 2em;
+	padding-left: 2em;
+ }
+}
+
 .bouton {
     .btn-primary;
     .btn-lg;