From 783ed0ad9e3055177fa7b748d0536aafb00fe20a Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Fri, 20 Dec 2019 18:21:59 +0100 Subject: [PATCH] Use a CSS class to format sub sections instead of specifying the style directly. --- OOMAnalyser.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/OOMAnalyser.html b/OOMAnalyser.html index e2007fe..4c5b922 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -38,6 +38,10 @@ /* empty just used to show elements in the default view */ } + .table__sub-section--bold { + font-weight: bold; + } + a { text-decoration: none; } @@ -278,11 +282,11 @@ function goBack() { Memory Usage Graphs - RAM Summary + RAM Summary
- Swap Summary + Swap Summary
@@ -290,7 +294,7 @@ function goBack() { - Memory Pages + Memory Pages @@ -336,7 +340,7 @@ function goBack() { - Memory Usage Details + Memory Usage Details @@ -481,7 +485,7 @@ function goBack() { - Swap Usage + Swap Usage