1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 02:04:11 +01:00

make sure the first status bar label is flush left

This commit is contained in:
Doug Kearns
2007-07-25 14:09:23 +00:00
parent 75a72e8791
commit 8a84463ffc

View File

@@ -142,6 +142,9 @@ fieldset.paypal {
#vimperator-statusline > label {
padding: 0px 0px 0px 8px;
}
#vimperator-statusline > label:first-child {
padding: 0px;
}
#vimperator-commandline {
background-color: white;