Bug 1092345 - Telemetry-keyhistogram-css.patch. r=nfroyd

This commit is contained in:
Arky 2014-11-16 16:30:52 +05:30
parent 16fddafc71
commit a0f00cbc92

View File

@ -122,6 +122,7 @@ body[dir="rtl"] .histogram {
padding: 15px;
position: relative; /* required for position:absolute of the contained .copy-node */
display: block;
overflow: hidden;
}
.keyed-histogram-title {
@ -131,7 +132,6 @@ body[dir="rtl"] .histogram {
font-weight: bold;
font-size: 120%;
white-space: nowrap;
overflow: hidden;
}