зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1742485 - Fix strange border on about:cache sections r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D131898
This commit is contained in:
Родитель
a2e1f72f45
Коммит
cfe1332993
|
@ -10,13 +10,10 @@ table {
|
|||
table-layout: fixed;
|
||||
width: 100%;
|
||||
margin-bottom: 1em;
|
||||
padding: 0.5em 0;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#disk,
|
||||
#memory,
|
||||
#offline {
|
||||
#memory {
|
||||
background-color: rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ body {
|
|||
|
||||
table {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
th {
|
||||
|
|
Загрузка…
Ссылка в новой задаче