summaryrefslogtreecommitdiff
path: root/resources/css
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2023-04-21 11:19:02 +0100
committerGreg Roach <greg@subaqua.co.uk>2023-04-21 11:19:02 +0100
commit06c7ef164d05cdff8a1ddcef0d6e6be4891afd0e (patch)
treedbb8481aabf866d62d606c6910ff99bb01f08193 /resources/css
parent47ba85fef1beb9c5dfe154ac36c918c720990aea (diff)
downloadwebtrees-06c7ef164d05cdff8a1ddcef0d6e6be4891afd0e.tar.gz
webtrees-06c7ef164d05cdff8a1ddcef0d6e6be4891afd0e.tar.bz2
webtrees-06c7ef164d05cdff8a1ddcef0d6e6be4891afd0e.zip
Remove empty CSS files
Diffstat (limited to 'resources/css')
-rw-r--r--resources/css/_base.css1
-rw-r--r--resources/css/_list-places.css20
-rw-r--r--resources/css/_lists.css1
-rw-r--r--resources/css/_tab-places.css21
4 files changed, 0 insertions, 43 deletions
diff --git a/resources/css/_base.css b/resources/css/_base.css
index 223e7886f5..adc04f79c3 100644
--- a/resources/css/_base.css
+++ b/resources/css/_base.css
@@ -28,7 +28,6 @@
@import "_pages.css";
@import "_sortable.css";
@import "_tab-album.css";
-@import "_tab-places.css";
@import "_tab-relatives.css";
/* Some icons need to be reversed on right-to-left pages */
diff --git a/resources/css/_list-places.css b/resources/css/_list-places.css
deleted file mode 100644
index e111d8f23d..0000000000
--- a/resources/css/_list-places.css
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-/*
- * Place list/hierarchy
- *
- * wt-route-place-list
- */
diff --git a/resources/css/_lists.css b/resources/css/_lists.css
index e5968f46d4..368d735871 100644
--- a/resources/css/_lists.css
+++ b/resources/css/_lists.css
@@ -17,7 +17,6 @@
@import "_list-individuals.css";
@import "_list-media.css";
@import "_list-notes.css";
-@import "_list-places.css";
@import "_list-repositories.css";
@import "_list-sources.css";
@import "_list-surnames.css";
diff --git a/resources/css/_tab-places.css b/resources/css/_tab-places.css
deleted file mode 100644
index cd5016bb8e..0000000000
--- a/resources/css/_tab-places.css
+++ /dev/null
@@ -1,21 +0,0 @@
-/**
- * webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-/*
- * Close relatives tab
- *
- * wt-tabs-individual
- * +--- wt-tab-places
- */