diff --git a/wcs/montpellier-commune/wcs.css b/wcs/montpellier-commune/wcs.css index e2d64ad..defd6c8 100644 --- a/wcs/montpellier-commune/wcs.css +++ b/wcs/montpellier-commune/wcs.css @@ -1,3 +1,4 @@ +@import url(/qo/css/qommon.css); /* general stuff */ html, body { margin: 0; font-family: 'Carme',sans-serif; font-size: 13px; } diff --git a/wcs/montpellier2/wcs.css b/wcs/montpellier2/wcs.css index 6e92fe5..e684f90 100644 --- a/wcs/montpellier2/wcs.css +++ b/wcs/montpellier2/wcs.css @@ -1,3 +1,4 @@ +@import url(/qo/css/qommon.css); /* general stuff */ html, body { margin: 0; font-family: 'Carme',sans-serif; font-size: 13px; }