From 951cb2be4b29b65f9675b126ede52cd285528eea Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 19 Aug 2013 19:44:11 -0300 Subject: Make anchors more easily accessible from web browsers --- src/luarocks/index.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/luarocks/index.lua b/src/luarocks/index.lua index e1391cce..6147a4d2 100644 --- a/src/luarocks/index.lua +++ b/src/luarocks/index.lua @@ -27,6 +27,9 @@ a { color: #0000c0; text-decoration: none; } +a.pkg { + color: black; +} a:hover { text-decoration: underline; } @@ -65,7 +68,7 @@ Lua modules available from this location for use with -

$package - $summary
+

$package - $summary

$detailed
$externaldependencies latest sources $homepage | License: $license

-- cgit v1.2.3-55-g6feb