From f906df881c7dbcb4ad04d7a10685d036e50f948f Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sun, 9 Mar 2014 13:40:56 +0100 Subject: [PATCH] Introduce module.less for the monitoring module, comment styling --- modules/monitoring/public/css/module.less | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/monitoring/public/css/module.less diff --git a/modules/monitoring/public/css/module.less b/modules/monitoring/public/css/module.less new file mode 100644 index 000000000..c949a064f --- /dev/null +++ b/modules/monitoring/public/css/module.less @@ -0,0 +1,8 @@ +table.action.comments td p { + margin: 0; + font-size: 0.8em; +} + +table.action.comments td a { + font-weight: bold; +}