From a024fa12e06bbf803994388ad14cd271a6815686 Mon Sep 17 00:00:00 2001 From: Sinphree Date: Thu, 20 Jun 2019 20:02:07 +1200 Subject: [PATCH] Update Installation Guide style definitions Added a couple of missing semi colons in the Installation Guide style definitions --- GhidraDocs/InstallationGuide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GhidraDocs/InstallationGuide.html b/GhidraDocs/InstallationGuide.html index 244e550a08..e4a396ac0e 100644 --- a/GhidraDocs/InstallationGuide.html +++ b/GhidraDocs/InstallationGuide.html @@ -9,8 +9,8 @@ p { font-family:times new roman; font-size:14pt; } td { font-family:times new roman; font-size:14pt; padding-left:10px; padding-right:10px; } th { font-family:times new roman; font-size:14pt; font-weight:bold; padding-left:10px; padding-right:10px; } - code { color:black; font-family:courier new font-size: 14pt; } - span.code { font-family:courier new font-size: 14pt; color:#000000; } + code { color:black; font-family:courier new; font-size: 14pt; } + span.code { font-family:courier new; font-size: 14pt; color:#000000; }