diff --git a/docs/2_coordinates.md b/docs/2_coordinates.md
index 75f849b9b998e7b61e61f1b9ac74745bf9dffaab..d546eb42e5aa81e0e2c1af110f672bec8738ec2f 100644
--- a/docs/2_coordinates.md
+++ b/docs/2_coordinates.md
@@ -43,7 +43,7 @@ infinitesimal volumes $dV$ are given as:
 
 The formula for $dV$ also indicates that in Cartesian coordinates, the integral
 over a volume can be expressed as individual integrals over all coordinate directions:
-$$\int dV = \idotsint dx_1 dx_2 \ldots dx_N$$.
+$$\int dV = \idotsint dx_1 dx_2 \ldots dx_N.$$
 
 Cartesian coordinates are used a lot and they are particularly suitable for
 infinite spaces or for rectangular volumes.
@@ -69,8 +69,8 @@ In polar coordinates, the radius $r$ has a dimension of *length*, but
 the angular coordinate $\varphi$ is dimensionless.
 
 <figure markdown>
-  ![polarplot](figures/Coordinates_7_0.svg){ width="auto" }
-  <figcaption>In this example of a polar plot, you can distinguish the radial coordinate $( 0.2, 0.4 \. \text{etc.. })$ from the angular one expressed in degrees $( 0^\circ, 45^\circ \. \text{etc..} )$</figcaption>
+  ![polarplot](figures/Coordinates_7_0.svg)
+  <figcaption>In this example of a polar plot, you can distinguish the radial coordinate $( 0.2, 0.4, \text{ etc.. })$ from the angular one expressed in degrees $( 0^\circ, 45^\circ, \text{ etc..} )$</figcaption>
 </figure>
 
 
diff --git a/docs/styles/extra.css b/docs/styles/extra.css
deleted file mode 100644
index 2c2235a8d02824d4fb39eec69bfb63d4d21c6746..0000000000000000000000000000000000000000
--- a/docs/styles/extra.css
+++ /dev/null
@@ -1,3 +0,0 @@
-.figure { display: table; }
-
-.figcaption { display: table-caption; caption-side: bottom ; }
diff --git a/mkdocs.yml b/mkdocs.yml
index 047ae2b427198efeecdf980e58053b2c46622869..b84783d5ce6f52914f4a667318a0727b76c0c4a7 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -54,7 +54,6 @@ markdown_extensions:
 extra_css:
   - 'https://use.fontawesome.com/releases/v5.8.1/css/all.css'
   - 'styles/mathjax_overflowfix.css'
-  - 'styles/extra.css'
 
 extra_javascript:
   - 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS_CHTML'