From 332b0ffe5152305a8727457e9bb8d2d8753632e7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 23 Jan 2010 21:01:12 +0100 Subject: [PATCH] Style sources page. --- www/static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/static/css/style.css b/www/static/css/style.css index dde854ad..2fdd51b3 100644 --- a/www/static/css/style.css +++ b/www/static/css/style.css @@ -1102,3 +1102,8 @@ table.download-mirrors td.latency { width: 70px; text-align: right; } + +ul.sources li { + font-family: courier; + list-style-type: none; +} -- 2.47.3