Bug 623597 - Properly align layout elements in net inspector when horizontal scrolling is needed; backout a=philor

This commit is contained in:
Rob Campbell 2011-01-18 13:17:01 -04:00
parent ee7d1c3836
commit 806caf8e70
3 changed files with 0 additions and 6 deletions

View File

@ -47,7 +47,6 @@ body {
#header {
padding: 5px;
overflow-x:auto;
display: block;
}
h1 {
@ -77,7 +76,6 @@ h1 .info {
width: 100%;
max-height: 330px;
overflow: auto;
display: block;
}
.property-name {

View File

@ -47,7 +47,6 @@ body {
#header {
padding: 5px;
overflow-x:auto;
display: block;
}
h1 {
@ -77,7 +76,6 @@ h1 .info {
width: 100%;
max-height: 330px;
overflow: auto;
display: block;
}
.property-name {

View File

@ -47,7 +47,6 @@ body {
#header {
padding: 5px;
overflow-x: auto;
display: block;
}
h1 {
@ -77,7 +76,6 @@ h1 .info {
width: 100%;
max-height: 330px;
overflow: auto;
display: block;
}
.property-table-header {