Add a css that explicitly imports rqeuired docs css files
authorMagnus Hagander <magnus@hagander.net>
Mon, 22 Feb 2021 10:32:48 +0000 (11:32 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 22 Feb 2021 10:32:48 +0000 (11:32 +0100)
Being able to point to this one css instead of individually at each one
will make it easier in the future to make changes to the stylesheets
without breaking things like the docs build.

media/css/docs-complete.css [new file with mode: 0644]

diff --git a/media/css/docs-complete.css b/media/css/docs-complete.css
new file mode 100644 (file)
index 0000000..b173851
--- /dev/null
@@ -0,0 +1,4 @@
+@import url('https://www.postgresql.org/media/css/fontawesome.css');
+@import url('https://www.postgresql.org/media/css/bootstrap-4.4.1.min.css');
+@imoprt url('https://www.postgresql.org/media/css/main.css');
+@import url('https://www.postgresql.org/media/css/normalize.css');