summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2020-02-24 21:54:05 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2020-02-24 21:54:54 +0000
commit0e6ba162b22ca64b323ed9071c64a3e31b93c0f6 (patch)
tree1fb12ae8bbee11cc3d4a66dd61c00c5abf574e73 /resources
parent14286b381b12034140768800c7ba10baa7c3b334 (diff)
downloadnetsurf-0e6ba162b22ca64b323ed9071c64a3e31b93c0f6.tar.gz
netsurf-0e6ba162b22ca64b323ed9071c64a3e31b93c0f6.tar.bz2
Internal content: Restyle certificate viewer page.
Diffstat (limited to 'resources')
-rw-r--r--resources/internal.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/internal.css b/resources/internal.css
index f98f0cc3d..8dcc7cf86 100644
--- a/resources/internal.css
+++ b/resources/internal.css
@@ -40,7 +40,8 @@ h1 {
h2 {
font-size: 160%;
padding-top: 5mm;
- border-top: 1px solid black; }
+ border-top-width: 1px;
+ border-top-style: solid; }
h3 {
font-size: 140%;