From 673bd367b07b768b9e41209dc23e1748d619d2b8 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sat, 29 Feb 2020 21:35:31 -0500 Subject: [PATCH] css: cosmetic: Rename plinth.css to main.css Tests performed: - Visit an app page, install page and home page. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- plinth/templates/base.html | 2 +- static/themes/default/css/{plinth.css => main.css} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename static/themes/default/css/{plinth.css => main.css} (100%) diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 0a47e762e..3b9308a80 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -55,7 +55,7 @@ - + diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/main.css similarity index 100% rename from static/themes/default/css/plinth.css rename to static/themes/default/css/main.css