diff options
| author | 2012-12-05 16:14:28 +0100 | |
|---|---|---|
| committer | 2012-12-05 16:14:52 +0100 | |
| commit | b039a6a0e35b3b9d9eef90474df8199289f61a43 (patch) | |
| tree | 3918c2fdbc0d94dffd86a19aa8f6d3179b90b698 /public/theme/base.css | |
| parent | 225fdf2295711752510d879885d7ce3e41b5a5d0 (diff) | |
Correction affichage pagination
Diffstat (limited to 'public/theme/base.css')
| -rw-r--r-- | public/theme/base.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/theme/base.css b/public/theme/base.css index bac31b81c..3de9094d7 100644 --- a/public/theme/base.css +++ b/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; |
