diff --git a/src/blenderbim/docs/_static/custom.css b/src/blenderbim/docs/_static/custom.css index fd4ba76635..ecd7ac3d44 100644 --- a/src/blenderbim/docs/_static/custom.css +++ b/src/blenderbim/docs/_static/custom.css @@ -40,3 +40,8 @@ img.icon { vertical-align: middle; vertical-align: middle; } +.content figure figcaption>p { + font-style: italic; + font-size: small; + color: #808080; +} diff --git a/src/blenderbim/docs/users/general_usage/interface/workspace.rst b/src/blenderbim/docs/users/general_usage/interface/workspace.rst index 9afa9c2bea..5f324ea926 100644 --- a/src/blenderbim/docs/users/general_usage/interface/workspace.rst +++ b/src/blenderbim/docs/users/general_usage/interface/workspace.rst @@ -11,8 +11,10 @@ It also modifies the layout of views and sidebars and adds custom functionality The left **Outliner** panel shows a tree of geometric objects. The centre main **Viewport** panel shows 3D geometry. The right **Properties** panel shows data and relationships. -.. image:: images/interface_window_start-up.png - :alt: Blender start up window with installed BlenderBIM add-on +.. figure:: images/interface_window_start-up.png + :alt: Blender start-up window with installed BlenderBIM add-on + + Blender start-up window with installed BlenderBIM add-on. 1. BlenderBIM `BIM` workspace tab 2. Outliner with the document tree @@ -24,5 +26,7 @@ The right **Properties** panel shows data and relationships. Additionally, the `File` menue in the Topbar adds menue entries to Create/Open and Save an IFC project directly. -.. image:: images/interface_window_file-menue.png +.. figure:: images/interface_window_file-menue.png :alt: Additional file menue options related to IFC projects + + Additional file menue options related to IFC projects. \ No newline at end of file