--- a/doc/book/annexes/faq.rst Fri Dec 06 13:20:05 2019 +0100
+++ b/doc/book/annexes/faq.rst Thu Apr 04 17:11:14 2019 +0200
@@ -103,10 +103,10 @@
---------------------------------
The logo is managed by css. You must provide a custom css that will contain
-the code below:
+the code below:
::
-
+
#logo {
background-image: url("logo.jpg");
}
@@ -171,7 +171,7 @@
-----------------------------------------------------------------
You just need to put the appropriate context manager around view/component
-selection. One standard place for components is in cubicweb/vregistry.py:
+selection. One standard place for components is in cubicweb/vregistry.py:
.. sourcecode:: python