From e60769e8891cd018c246e1c44b63b35f5d079d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 19 May 2015 13:42:35 +0200 Subject: [PATCH] wcs: import qommon.css --- wcs/montpellier-commune/wcs.css | 1 + wcs/montpellier2/wcs.css | 1 + 2 files changed, 2 insertions(+) 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; }