From 230438d7c287a370422ca42b7bd6ef977475ef70 Mon Sep 17 00:00:00 2001 From: equinox Date: Tue, 27 Sep 2011 05:48:47 +0200 Subject: templates: fix image sizes --- static/layout.css | 1 + templates/layout.xi | 2 +- templates/select.html | 6 ++++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/static/layout.css b/static/layout.css index 1b8f0f5..5b3b818 100644 --- a/static/layout.css +++ b/static/layout.css @@ -30,6 +30,7 @@ p.app { border:1px solid #ccc; padding:2pt; padding-right:8pt; + text-align:left; } p.app img { display:inline-block; diff --git a/templates/layout.xi b/templates/layout.xi index e14e21b..290e7b0 100644 --- a/templates/layout.xi +++ b/templates/layout.xi @@ -25,7 +25,7 @@ ${select('sub:infobox')}
- + ${select('*')}
diff --git a/templates/select.html b/templates/select.html index 1391431..01f7341 100644 --- a/templates/select.html +++ b/templates/select.html @@ -14,8 +14,10 @@ -- cgit v1.2.1