From 5737dbe8e58d81ba15cdd228463d70f47fddf1fd Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 6 Apr 2021 10:01:08 +0200 Subject: Move image assets locally. One problem here is that the path to the assets are hard coded into the CSS file. This is not ideal. Not sure if the wp_enque_style supports loading styles with embedded php. Will explore further. --- assets/images/checkedbox.png | Bin 0 -> 6656 bytes assets/images/redicon.png | Bin 0 -> 28599 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/images/checkedbox.png create mode 100644 assets/images/redicon.png (limited to 'assets') diff --git a/assets/images/checkedbox.png b/assets/images/checkedbox.png new file mode 100644 index 0000000..7de92a0 Binary files /dev/null and b/assets/images/checkedbox.png differ diff --git a/assets/images/redicon.png b/assets/images/redicon.png new file mode 100644 index 0000000..6366d17 Binary files /dev/null and b/assets/images/redicon.png differ -- cgit v1.2.3