Some updates.

This commit is contained in:
Lars Jung 2014-06-19 01:37:52 +02:00
parent c1fc823a19
commit 43168e496a
6 changed files with 24 additions and 14 deletions

View file

@ -4,6 +4,7 @@
"description": "a modern HTTP web server index",
"url": "http://larsjung.de/h5ai/",
"author": "Lars Jung",
"twitter": "lrsjng",
"license": "MIT",
"repository": {
"type": "git",

View file

@ -91,7 +91,7 @@
background: transparent;
-webkit-appearance: none;
padding: 0 4px;
width: 220px;
width: 224px;
}
input[type='range'] {

View file

@ -75,6 +75,6 @@ modulejs.define('core/resource', ['_', '$', 'config', 'core/settings'], function
icon: icon,
ensureMarkdown: ensureMarkdown,
ensureQRCode: ensureQRCode,
ensureSH: ensureSH,
ensureSH: ensureSH
};
});

View file

@ -2,6 +2,7 @@
// other libs
// ----------
// @include "lib/modernizr-*.js"
if (window.attachEvent && !window.addEventListener) { throw 'no-browser'; }
// @include "lib/underscore-*.js"
// @include "lib/modulejs-*.js"
// @include "lib/moment-*.js"

View file

@ -1,7 +1,7 @@
doctype 5
//if lt IE 9
//if lt IE 10
<html class="no-js no-browser" lang="en">
//[if gt IE 8]><!
//[if gt IE 9]><!
html.no-js.browser( lang="en" )
//<![endif]
@ -30,13 +30,17 @@ html.no-js.browser( lang="en" )
div#bottombar.clearfix
span.left
a#h5ai-reference( href="{{pkg.url}}", title="{{pkg.name}} · {{pkg.description}}" )
| {{pkg.name}} {{pkg.version}}
span.noJsMsg
| ⚡ JavaScript disabled! ⚡
span.noBrowserMsg
| ⚡ Unsupported browser! Works best in
| ⚡ Works best in
a( href="http://browsehappy.com" ) modern browsers
| .
| !
span.right
a( href="{{pkg.url}}", title="{{pkg.name}} {{pkg.version}} · {{pkg.description}}" )
| {{pkg.name}}
span
| by
a( href="https://twitter.com/{{pkg.twitter}}", title="{{pkg.author}}" )
| @{{pkg.twitter}}
span.center

View file

@ -3,9 +3,9 @@
- var fallback = "<?= FALLBACK ?>"
doctype 5
//if lt IE 9
//if lt IE 10
<html class="no-js no-browser" lang="en">
//[if gt IE 8]><!
//[if gt IE 9]><!
html.no-js.browser( lang="en" )
//<![endif]
@ -27,15 +27,19 @@ html.no-js.browser( lang="en" )
div#bottombar.clearfix
span.left
a#h5ai-reference( href="{{pkg.url}}", title="{{pkg.name}} · {{pkg.description}}" )
| {{pkg.name}} {{pkg.version}}
span.noJsMsg
| ⚡ JavaScript disabled! ⚡
span.noBrowserMsg
| ⚡ Unsupported browser! Works best in
| ⚡ Works best in
a( href="http://browsehappy.com" ) modern browsers
| .
| !
span.right
a( href="{{pkg.url}}", title="{{pkg.name}} {{pkg.version}} · {{pkg.description}}" )
| {{pkg.name}}
span
| by
a( href="https://twitter.com/{{pkg.twitter}}", title="{{pkg.author}}" )
| @{{pkg.twitter}}
span.center
div#sidebar