From 43a9c88fd3c7af9d9a28f0aee37554d11890d055 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Tue, 1 Jun 2004 17:22:18 +0000 Subject: [PATCH] Define text style format of h4 header. --- doc/html/slurmstyles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/html/slurmstyles.css b/doc/html/slurmstyles.css index 0c16844f4f9..4aa5f3d6e28 100644 --- a/doc/html/slurmstyles.css +++ b/doc/html/slurmstyles.css @@ -1,5 +1,6 @@ h2 { font-family: Arial, Verdana, sans-serif; font-size: 16px; font-weight: bold; color: #6699CC; text-align: center; } h3 { font-family: Arial, Verdana, sans-serif; font-size: 14px; font-weight: bold; color: #6699CC} +h4 { font-family: Arial, Verdana, sans-serif; font-size: 12px; font-weight: bold; color: #000000} p,ol,ul,li,td { font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #000000} pre { font-family: "Courier New", Courier, mono; font-size: 12px; color: #000000} .whitetext { font-family: Arial, Verdana, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF} -- GitLab