mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 06:47:58 +01:00
add logo to help page
This commit is contained in:
1
Makefile
1
Makefile
@@ -12,6 +12,7 @@ JAR_FILES = ${shell find chrome/content -type f \
|
||||
-o -path '*.css' \
|
||||
-o -path '*.xul' \
|
||||
-o -path '*.rdf' \
|
||||
-o -path '*.png' \
|
||||
\) } chrome.manifest
|
||||
JAR_DIRS = $(foreach f,${JAR_FILES},$(dir $f))
|
||||
JAR = chrome/vimperator.jar
|
||||
|
||||
@@ -137,7 +137,7 @@ vimperator.help = function(section, easter) //{{{
|
||||
return ret;
|
||||
}
|
||||
|
||||
var header = '<h1>Vimperator</h1>' +
|
||||
var header = '<h1><img src="chrome://vimperator/content/logo_white.png" alt="Vimperator"></h1>' +
|
||||
'<p class="tagline">First there was a Navigator, then there was an Explorer.\n' +
|
||||
'Later it was time for a Konqueror. Now it\'s time for an Imperator, the VIMperator :)</p>';
|
||||
|
||||
|
||||
BIN
chrome/content/vimperator/logo_white.png
Normal file
BIN
chrome/content/vimperator/logo_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user