1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-18 05:15:46 +01:00

Fix a typo in revision ae79abb4ff88.

This commit is contained in:
Kris Maglione
2010-12-19 09:45:59 -05:00
parent 5431819524
commit d9b7d909bc
4 changed files with 19 additions and 21 deletions

View File

@@ -130,25 +130,12 @@ label[collapsed=true] {
}
/* fixes the min-height: 22px from firefox */
#status-bar,
statusbarpanel {
-moz-appearance: none !important;
min-height: 18px !important;
border: none !important;
font-weight: bold;
font-family: monospace;
background: transparent;
}
#dactyl-statusline {
font-family: monospace;
margin: 0px;
}
#dactyl-statusline > label {
padding: 0px 0px 0px 8px;
}
#dactyl-statusline > label:first-child {
padding: 0px;
}
#dactyl-statusline-field-url {
background-color: inherit;
color: inherit;