From da2c5d6fc33587c775a7d8a738c2c18de41f83b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 2 Aug 2013 13:51:22 +0200 Subject: [PATCH 1/1] display URL at home poche --- css/style.css | 4 ++++ tpl/entries.html | 9 ++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index dda8b0fa..28e18b96 100644 --- a/css/style.css +++ b/css/style.css @@ -129,6 +129,10 @@ input[type=submit].delete { height: 16px; } +#main .entrie .url { + font-size: 13px; +} + /*** ***/ /*** ARTICLE PAGE ***/ diff --git a/tpl/entries.html b/tpl/entries.html index 8526a3c9..83e58c74 100644 --- a/tpl/entries.html +++ b/tpl/entries.html @@ -7,11 +7,14 @@
+
{$value.url}
{/loop} -- 2.41.0