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

Fix some general brokenness.

--HG--
branch : testing
This commit is contained in:
Kris Maglione
2010-05-11 06:01:02 -04:00
parent bf5fb6d44e
commit 7a3d35991c
4 changed files with 17 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
@namespace liberator url("http://vimperator.org/namespaces/liberator");
@namespace html url("http://www.w3.org/1999/xhtml");
/* Applied to all content */
[liberator|activeframe] {
@@ -122,6 +123,9 @@ statusbarpanel {
color: inherit;
margin: 0px;
}
#liberator-commandline-command html|*:focus {
outline-width: 0px !important
}
#liberator-message {
margin: 0px;
}