diff -r 57b29c6f8036 -r d4e0af0b5ad7 doc/tutorials/advanced/part05_ui-advanced.rst --- a/doc/tutorials/advanced/part05_ui-advanced.rst Tue Feb 26 16:23:37 2019 +0100 +++ b/doc/tutorials/advanced/part05_ui-advanced.rst Tue Feb 26 16:25:27 2019 +0100 @@ -55,7 +55,7 @@ :mod:`cubiweb.web.views.basetemplates` module, since I know that global page layouts sits there. I could also have grep the "body" tag in :mod:`cubicweb.web.views`... Finding this was the hardest part. Now all I need is -to customize it to write that ``img`` tag, as below: +to customize it to write that ``img`` tag, as below in :file:`views.py`: .. sourcecode:: python @@ -175,7 +175,7 @@ .. image:: ../../images/tutos-photowebsite_grey-box.png This is because CubicWeb's CSS include some variables which are -expanded by values defined in uiprops file. In our case we controlled the +expanded by values defined in :file:`uiprops.py` file. In our case we controlled the properties of the CSS `background` property of boxes with CSS class `contextualBoxTitleBg` and `incontextBoxTitleBg`.