1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-31 14:22:27 +01:00

remove CSS height rules from last commit, they are unnecessary

This commit is contained in:
Doug Kearns
2008-09-16 16:51:03 +00:00
parent 0d2e00eb6b
commit f54743e721

View File

@@ -59,7 +59,6 @@ the terms of any one of the MPL, the GPL or the LGPL.
}
#liberator-statusline {
font-family: monospace;
height: 10px;
margin: 0px;
}
#liberator-statusline > label {
@@ -73,7 +72,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
color: inherit;
}
liberator-statusline-field-progress {
#liberator-statusline-field-progress {
width: 200px;
}
@@ -177,14 +176,6 @@ a.hl-URL:hover {
/* MOW */
#liberator-completions {
height: 250px;
}
#liberator-multiline-output {
height: 10px;
}
#liberator-completions, #liberator-multiline-output {
overflow: hidden;
background-color: white;