From 39b343ca9e76ab2dca63c8f534cf3e8bc33dc631 Mon Sep 17 00:00:00 2001 From: spennythug <spencermccoy@unl.edu> Date: Tue, 1 Mar 2016 15:05:43 -0600 Subject: [PATCH] removing more styles --- .../views/default/elements/components.css.php | 13 +++++++++++++ .../views/default/elements/typography.css.php | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 plugins/unl_theme/views/default/elements/components.css.php create mode 100644 plugins/unl_theme/views/default/elements/typography.css.php diff --git a/plugins/unl_theme/views/default/elements/components.css.php b/plugins/unl_theme/views/default/elements/components.css.php new file mode 100644 index 00000000..823877e5 --- /dev/null +++ b/plugins/unl_theme/views/default/elements/components.css.php @@ -0,0 +1,13 @@ +<?php +/** + * CSS reset + * + * @package Elgg.Core + * @subpackage UI + */ +?> +/* <style> /**/ + +/* *************************************** + RESET CSS +*************************************** */ diff --git a/plugins/unl_theme/views/default/elements/typography.css.php b/plugins/unl_theme/views/default/elements/typography.css.php new file mode 100644 index 00000000..823877e5 --- /dev/null +++ b/plugins/unl_theme/views/default/elements/typography.css.php @@ -0,0 +1,13 @@ +<?php +/** + * CSS reset + * + * @package Elgg.Core + * @subpackage UI + */ +?> +/* <style> /**/ + +/* *************************************** + RESET CSS +*************************************** */ -- GitLab