# HG changeset patch # User Daniele Nicolodi # Date 1308146193 -7200 # Node ID d6bedd937d102f04f4590eb78ea1c7f321a22d34 # Parent 9a835002fe4959b5be1848ec30a1f53b6e8b2490 Increse pagination links width to accomodate for four digits page numbers. diff -r 9a835002fe49 -r d6bedd937d10 src/ltpdarepo/static/style.css --- a/src/ltpdarepo/static/style.css Wed Jun 15 15:55:40 2011 +0200 +++ b/src/ltpdarepo/static/style.css Wed Jun 15 15:56:33 2011 +0200 @@ -313,7 +313,7 @@ div.pagination span { display: inline-block; - width: 1.5em; + width: 2.5em; height: 1.5em; text-align: center; }