Minor format changes in table with details

This commit is contained in:
Carsten Grohmann 2020-01-09 20:24:33 +01:00
parent e321429a23
commit 51da97eef5

View File

@ -60,6 +60,7 @@
.table__sub-section--bold { .table__sub-section--bold {
font-weight: bold; font-weight: bold;
padding: 5px;
} }
a { a {
@ -225,7 +226,6 @@ function goBack() {
<p> <p>
The system has <span class="system_total_ram_kb"></span> physical memory and The system has <span class="system_total_ram_kb"></span> physical memory and
<span class="swap_total_kb"></span> swap space. That's <span class="system_total_ramswap_kb"></span> total. <span class="swap_total_kb"></span> swap space. That's <span class="system_total_ramswap_kb"></span> total.
<br>
<span class="system_total_ram_used_kb"></span> out of <span class="system_total_ram_kb"></span> physical <span class="system_total_ram_used_kb"></span> out of <span class="system_total_ram_kb"></span> physical
memory and <span class="swap_used_kb"></span> out of <span class="swap_total_kb"></span> swap space memory and <span class="swap_used_kb"></span> out of <span class="swap_total_kb"></span> swap space
are in use. are in use.