On Sat, Apr 8, 2017 at 12:50:19PM -0400, Robert Haas wrote: > On Sat, Apr 8, 2017 at 6:39 AM, Bruce Momjian <br...@momjian.us> wrote: > > What other problems do we have with pgweb that I can work on? > > Well, the 10devel documentation doesn't believe in orange. Compare: > > https://www.postgresql.org/docs/devel/static/sql-createtable.html > https://www.postgresql.org/docs/9.6/static/sql-createtable.html > > I think that needs to be fixed.
The attached CSS patch will fix that specific issue, but I am unclear if there are more places that need color. -- Bruce Momjian <br...@momjian.us> http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so once was I. As I am, so you will be. + + Ancient Roman grave inscription +
diff --git a/media/css/text.css b/media/css/text.css new file mode 100644 index 129735c..a910076 *** a/media/css/text.css --- b/media/css/text.css *************** *** 4,10 **** /* Heading Definitions */ ! h1 { color: #EC5800; } --- 4,10 ---- /* Heading Definitions */ ! h1, h2 .refentrytitle { color: #EC5800; }
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers