1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-02 10:35:46 +01:00

added goUp() and isDirectory(uri) functions

gu and gU mappings for going up
This commit is contained in:
Martin Stubenschrott
2007-04-28 12:14:37 +00:00
parent 17cbe30053
commit 4019129519
4 changed files with 68 additions and 8 deletions

View File

@@ -41,20 +41,20 @@ function help(section, easter)
var style = "<style type='text/css'>\
table.vimperator {\
border-width: 1px 1px 1px 1px;\
border-spacing: 5px;\
/*border-spacing: 5px;*/\
border-style: dotted dotted dotted dotted;\
border-color: gray gray gray gray;\
border-collapse: separate;\
background-color: white;\
}\
table.vimperator th {\
border-width: 1px 1px 1px 1px;\
padding: 3px 3px 3px 3px;\
border-width: 0px 0px 0px 0px;\
/*padding: 3px 3px 3px 3px;*/\
border-style: hidden hidden hidden hidden;\
border-color: gray gray gray gray;\
}\
table.vimperator td {\
border-width: 1px 1px 1px 1px;\
border-width: 0px 0px 0px 0px;\
padding: 3px 3px 3px 3px;\
border-style: hidden hidden hidden hidden;\
border-color: gray gray gray gray;\
@@ -76,6 +76,7 @@ td.usage code {\
tr.tag code {\
font-weight: bold;\
font-size: 1opx;\
font-color: red;\
margin-left: 2em;\
}\
tr.desciption {\