Update Installation Guide style definitions

Added a couple of missing semi colons in the Installation Guide style definitions
This commit is contained in:
Sinphree
2019-06-20 20:02:07 +12:00
committed by GitHub
parent cafbb77db0
commit a024fa12e0

View File

@@ -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; }
</style>
</head>