Explorar el Código

Correction affichage pagination

Marien Fressinaud hace 13 años
padre
commit
b039a6a0e3
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      public/theme/base.css

+ 3 - 1
public/theme/base.css

@@ -329,10 +329,12 @@ form {
 
 /*** PAGINATION ***/
 .pagination {
-	margin: 20px 0;
+	height: 50px;
+	margin: 0;
 	list-style: none;
 	text-align: center;
 	font-size: 100%;
+	line-height: 50px;
 	}
 	.pagination li {
 		display: inline-block;