summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-02-16 12:38:04 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-02-16 12:38:04 +0000
commit6c79f936bd3d812ad63583e3da195310f8e8cc76 (patch)
treee642d142b103c1a3fc1201bec08ab7a1110774a6
parent75747606d38495414110fcabaac1a7606b89601a (diff)
downloadpsycopg2-6c79f936bd3d812ad63583e3da195310f8e8cc76.tar.gz
SQL links not bold in the docs
Consistent with the SQL representation not linked.
-rw-r--r--doc/src/_static/psycopg.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/_static/psycopg.css b/doc/src/_static/psycopg.css
index 8f6567b..f2fd1c1 100644
--- a/doc/src/_static/psycopg.css
+++ b/doc/src/_static/psycopg.css
@@ -20,6 +20,11 @@ tt.sql {
background-color: transparent;
}
+a > code.sql,
+a > tt.sql {
+ font-weight: normal;
+}
+
a > code.sql:hover,
a > tt.sql:hover {
text-decoration: underline;