summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@csiro.au>2020-04-18 10:22:45 +1000
committerNicholas Car <nicholas.car@csiro.au>2020-04-18 10:22:45 +1000
commitd26bf839034db3c6baed4cf9afabf638389450d9 (patch)
treef9aec773e9e37641a1806803ea0355836ccc834f
parent60f5c7ea07e86fb17e4cf7ee76119d8143bd8977 (diff)
downloadrdflib-d26bf839034db3c6baed4cf9afabf638389450d9.tar.gz
HTML doc logo fix
-rw-r--r--docs/_themes/armstrong/static/rtd.css_t3
-rw-r--r--docs/index.rst2
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/_themes/armstrong/static/rtd.css_t b/docs/_themes/armstrong/static/rtd.css_t
index f5f08642..489911a2 100644
--- a/docs/_themes/armstrong/static/rtd.css_t
+++ b/docs/_themes/armstrong/static/rtd.css_t
@@ -66,6 +66,9 @@ div.documentwrapper {
background-color: {{ theme_light_color }};
}
+p.logo {
+ padding-top: 30px;
+}
/* HEADINGS --------------------------------------------------------------- */
diff --git a/docs/index.rst b/docs/index.rst
index 7ac3d389..a76ef159 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -19,7 +19,7 @@ working with RDF, including:
* **Graph interface**
* to a single graph
- * or a conjunctive graph (multiple named graphs)
+ * or a conjunctive graph (multiple Named Graphs)
* or a dataset of graphs
* **SPARQL 1.1 implementation**