diff --git a/public/css/cover.css b/public/css/cover.css index a479a3a..4887266 100644 --- a/public/css/cover.css +++ b/public/css/cover.css @@ -137,7 +137,7 @@ body { margin-top: 90px; } .cover.render { - margin-top: 0px; + margin-top: 90px; } /* Pull out the header and footer */ .masthead { diff --git a/public/css/lufi.css b/public/css/lufi.css index 66bdceb..bbd100e 100644 --- a/public/css/lufi.css +++ b/public/css/lufi.css @@ -31,3 +31,9 @@ a.classic:hover, a.classic:focus { color: #337AB7; } +.left-mg { + margin-left: 10px; +} +@-moz-document url-prefix() { + fieldset { display: table-cell; } +} diff --git a/templates/about.html.ep b/templates/about.html.ep index a04c5c2..dfbe27a 100644 --- a/templates/about.html.ep +++ b/templates/about.html.ep @@ -1,5 +1,5 @@ % # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab: -
<%= l('Lufi is a free (as in free speech) file hosting software.') %>
<%= l('If you choose a delay, the file will be deleted after that delay.') %>
@@ -32,4 +31,3 @@
- <%= l('Purge expired files from localStorage') %> + <%= l('Purge expired files from localStorage') %> <%= l('Only the files sent with this browser will be listed here. The informations are stored in localStorage: if you delete your localStorage data, you\'ll loose this informations.') %>
diff --git a/templates/index.html.ep b/templates/index.html.ep index 155b0c1..33ba31f 100644 --- a/templates/index.html.ep +++ b/templates/index.html.ep @@ -4,7 +4,6 @@ % delay_1 => l('24 hours'), % delay_365 => l('1 year') % ); -