Bug 1150514 - in about:performance, fixing CSS of jank levels. r=Yoric

This commit is contained in:
Wasiur Rahman 2015-04-13 20:35:00 +02:00
Родитель 162c95fbc9
Коммит b4a7d0bc6e
1 изменённых файлов: 12 добавлений и 1 удалений

Просмотреть файл

@ -40,36 +40,47 @@
}
td.jank0 {
color: rgb(0, 0, 0);
font-weight: bold;
}
td.jank1 {
color: rgb(25, 0, 0);
font-weight: bold;
}
td.jank2 {
color: rgb(50, 0, 0);
font-weight: bold;
}
td.jank3 {
color: rgb(75, 0, 0);
font-weight: bold;
}
td.jank4 {
color: rgb(100, 0, 0);
font-weight: bold;
}
td.jank5 {
color: rgb(125, 0, 0);
font-weight: bold;
}
td.jank6 {
color: rgb(150, 0, 0);
font-weight: bold;
}
td.jank7 {
color: rgb(175, 0, 0);
font-weight: bold;
}
td.jank8 {
color: rgb(200, 0, 0);
font-weight: bold;
}
td.jank9 {
color: rgb(225, 0, 0);
font-weight: bold;
}
td.jank9 {
td.jank10 {
color: rgb(255, 0, 0);
font-weight: bold;
}
</style>
</head>