Skip to content

Instantly share code, notes, and snippets.

@hjdarnel
Last active April 18, 2025 15:54
Show Gist options
  • Save hjdarnel/812299c24edcff73f6329c8955bb6e37 to your computer and use it in GitHub Desktop.
Save hjdarnel/812299c24edcff73f6329c8955bb6e37 to your computer and use it in GitHub Desktop.
Tweaks to Postgres.org documentation
/* ==UserStyle==
@name Postgres Docs
@namespace hjdarnel
@version 1.0.0
@description Tweaks to Postgres.org documentation
@author hjdarnel
@downloadURL https://gist.github.com/hjdarnel/812299c24edcff73f6329c8955bb6e37/raw/postgres-docs.user.css
@updateURL https://gist.github.com/hjdarnel/812299c24edcff73f6329c8955bb6e37/raw/postgres-docs.user.css
==/UserStyle== */
@-moz-document regexp(".*postgresql.org/docs.*") {
#pgContentWrap {
max-width: 1000px
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment