From 67e53c29ff4249c253dd90a90c8e125338c4f2c9 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 9 Jun 2015 13:45:26 +0200 Subject: [PATCH] Added note about overwriting CSS file --- themes/default/elog.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/themes/default/elog.css b/themes/default/elog.css index b33c8493..bb8d1472 100755 --- a/themes/default/elog.css +++ b/themes/default/elog.css @@ -1,4 +1,14 @@ -/* default formatting */ +/* + Standard CSS file for elog. + + Please do NOT MODIFY this file directly. Use the + + CSS = + + option in elogd.cfg instead and overwrite settings from this file. +*/ + + body { margin:3px; color:black;