diff options
author | Hisham <hisham@gobolinux.org> | 2016-10-31 21:05:33 -0200 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-10-31 21:05:33 -0200 |
commit | 126d6ead48ffb13e220095985cee4af27e55a2c8 (patch) | |
tree | 5c33785d7b914ce91d53cd57798e89f4bfe97d4a /releases | |
parent | bd761e594c4ca51e36c1018f1c7e0eefeebdc53f (diff) | |
download | luarocks-126d6ead48ffb13e220095985cee4af27e55a2c8.tar.gz luarocks-126d6ead48ffb13e220095985cee4af27e55a2c8.tar.bz2 luarocks-126d6ead48ffb13e220095985cee4af27e55a2c8.zip |
Copy style from luarocks.org
Diffstat (limited to 'releases')
-rw-r--r-- | releases/index.html | 35 |
1 files changed, 13 insertions, 22 deletions
diff --git a/releases/index.html b/releases/index.html index 0f593c9c..596dd486 100644 --- a/releases/index.html +++ b/releases/index.html | |||
@@ -1,15 +1,9 @@ | |||
1 | <!doctype html> | 1 | <!doctype html> |
2 | <html> | 2 | <html> |
3 | <head> | 3 | <head> |
4 | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700" type="text/css"/> | ||
5 | <link rel="stylesheet" href="../style.css" type="text/css"/> | ||
4 | <style> | 6 | <style> |
5 | body { | ||
6 | background-color: #eff4ff; | ||
7 | padding: 20px; | ||
8 | } | ||
9 | h1 { | ||
10 | font-family: 'Open Sans', sans-serif; | ||
11 | font-weight: normal; | ||
12 | } | ||
13 | table { | 7 | table { |
14 | width: 100%; | 8 | width: 100%; |
15 | } | 9 | } |
@@ -18,22 +12,16 @@ td { | |||
18 | background-color: white; | 12 | background-color: white; |
19 | border: 1px solid #c1cce4; | 13 | border: 1px solid #c1cce4; |
20 | } | 14 | } |
21 | a { | 15 | |
22 | text-decoration: none; | ||
23 | color: #008fee; | ||
24 | } | ||
25 | a:hover { | ||
26 | text-decoration: underline; | ||
27 | } | ||
28 | #content { | ||
29 | width: 800px; | ||
30 | margin: 0 auto; | ||
31 | } | ||
32 | </style> | 16 | </style> |
33 | </head> | 17 | </head> |
34 | <body> | 18 | <body> |
35 | <div id="content"> | 19 | <div class="content"> |
36 | <h1>LuaRocks releases</h1> | 20 | <div class="header"><div class="header_inner"><div class="user_panel"><a href="https://github.com/keplerproject/luarocks/wiki/Download">Install</a> · <a href="https://github.com/keplerproject/luarocks/wiki/Documentation">Docs</a> · <a href="https://luarocks.org/login">Log In</a> · <a href="https://luarocks.org/register">Register</a></div><a href="https://luarocks.org/"><img alt="LuaRocks" class="text_logo" src="https://luarocks.org/static/header_luarocks_name.svg"/></a><form method="GET" action="https://luarocks.org/search" class="header_search"><input type="text" placeholder="Search modules or uploaders..." name="q"/></form></div></div> |
21 | <div class="index_page"> | ||
22 | <div class="main_column"> | ||
23 | |||
24 | <h2>LuaRocks releases</h2> | ||
37 | <table> | 25 | <table> |
38 | <tr><td><a href="luarocks-2.4.1.tar.gz">luarocks-2.4.1.tar.gz</a></td><td><a href="luarocks-2.4.1.tar.gz.asc">PGP signature</a></td></tr> | 26 | <tr><td><a href="luarocks-2.4.1.tar.gz">luarocks-2.4.1.tar.gz</a></td><td><a href="luarocks-2.4.1.tar.gz.asc">PGP signature</a></td></tr> |
39 | <tr><td><a href="luarocks-2.4.1-win32.zip">luarocks-2.4.1-win32.zip</a></td><td><a href="luarocks-2.4.1-win32.zip.asc">PGP signature</a></td></tr> | 27 | <tr><td><a href="luarocks-2.4.1-win32.zip">luarocks-2.4.1-win32.zip</a></td><td><a href="luarocks-2.4.1-win32.zip.asc">PGP signature</a></td></tr> |
@@ -212,6 +200,9 @@ a:hover { | |||
212 | 200 | ||
213 | <tr><td><a href="luarocks-0.1.tar.gz">luarocks-0.1.tar.gz</a></td><td><a href="luarocks-0.1.tar.gz.asc">PGP signature</a></td></tr> | 201 | <tr><td><a href="luarocks-0.1.tar.gz">luarocks-0.1.tar.gz</a></td><td><a href="luarocks-0.1.tar.gz.asc">PGP signature</a></td></tr> |
214 | </table> | 202 | </table> |
215 | </div> | 203 | |
204 | </div> | ||
205 | </div> | ||
206 | </div> | ||
216 | </body> | 207 | </body> |
217 | </html> | 208 | </html> |