changeset 8:d6bedd937d10

Increse pagination links width to accomodate for four digits page numbers.
author Daniele Nicolodi <nicoldi@science.unitn.it>
date Wed, 15 Jun 2011 15:56:33 +0200
parents 9a835002fe49
children 8e1c24d9067d
files src/ltpdarepo/static/style.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }