From 5ec34267cc69258acc7fb63758ccc1304acb319d Mon Sep 17 00:00:00 2001 From: Ilya Prokopenko Date: Mon, 8 May 2023 09:09:00 +0700 Subject: [PATCH] Rename style.css to main.css That's more accurate. --- Web/Presenters/templates/_includeCSS.xml | 6 +++--- Web/static/css/{style.css => main.css} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename Web/static/css/{style.css => main.css} (100%) diff --git a/Web/Presenters/templates/_includeCSS.xml b/Web/Presenters/templates/_includeCSS.xml index ffd0c195..4f7780de 100644 --- a/Web/Presenters/templates/_includeCSS.xml +++ b/Web/Presenters/templates/_includeCSS.xml @@ -5,8 +5,8 @@ {if $theme !== NULL} {if $theme->inheritDefault()} + {css "css/main.css"} {css "css/bsdn.css"} - {css "css/style.css"} {css "css/dialog.css"} {css "css/notifications.css"} @@ -21,8 +21,8 @@ {/if} {else} + {css "css/main.css"} {css "css/bsdn.css"} - {css "css/style.css"} {css "css/dialog.css"} {css "css/notifications.css"} @@ -43,8 +43,8 @@ {css "css/microblog.css"} {/if} {else} + {css "css/main.css"} {css "css/bsdn.css"} - {css "css/style.css"} {css "css/dialog.css"} {css "css/nsfw-posts.css"} {css "css/notifications.css"} diff --git a/Web/static/css/style.css b/Web/static/css/main.css similarity index 100% rename from Web/static/css/style.css rename to Web/static/css/main.css