10ce0064723a30e5c00c5a0b2bb02c5b3db62c25
ccpowell
  Tue Jul 23 11:53:40 2019 -0700
Adding captial M to MariaDB in style/HGStyle.css, refs #23597

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index 30a7e9e..abe2a46 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -701,31 +701,31 @@
 .subsectionBox {
   padding: 5px;
   border: black solid 1px;
 }
 
 .boldText {
   font-weight: bold;
   color: #000000;
   text-align: left;
   white-space: nowrap;
 }
 
 a.reactLink {
     /* React/JSX translates   into its UTF-8 equivalent.  Trouble is, our CGI code
      * always adds a 'CHARSET=iso-8859-1' to the header, possibly because we serve data
-     * from mariaDB tables with that encoding ("latin1"), so I'm reluctant to change something
+     * from MariaDB tables with that encoding ("latin1"), so I'm reluctant to change something
      * that CGIs have done since 2001 (622545af).
      * Now, why the rant about &nbsp;? -- because React/JSX also smushes <A> together with
      * its surrounding text, if there are newlines between them in the JSX.  Add some padding. */
     padding-left: 0.3em;
     padding-right: 0.3em;
 }
 
 .disabledMessage {
   padding: 5px;
   color: gray;
   font-style: italic;
 }
 
 .sortHandle:hover {
   cursor: ns-resize;