From b56de6537e9d9a6156dbeaa325f52d3b6e3792a4 Mon Sep 17 00:00:00 2001 From: vlakoff Date: Thu, 22 Jan 2015 21:27:38 +0100 Subject: Remove license blocks in /application files These blocks are annoying for the user and serve little to no purpose as the files are just config files, a boilerplate controller and some views. --- application/views/welcome_message.php | 36 ----------------------------------- 1 file changed, 36 deletions(-) (limited to 'application/views/welcome_message.php') diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php index 1b036c06c..66b1efd6c 100644 --- a/application/views/welcome_message.php +++ b/application/views/welcome_message.php @@ -1,40 +1,4 @@ -- cgit v1.2.3-24-g4f1b From 8839fba1d655294d0afbd9fac285a4f60a4b5dad Mon Sep 17 00:00:00 2001 From: Gabriel Potkány Date: Wed, 4 Feb 2015 09:25:43 +0100 Subject: Removed -webkit-selection --- application/views/welcome_message.php | 1 - 1 file changed, 1 deletion(-) (limited to 'application/views/welcome_message.php') diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php index 66b1efd6c..f5115630b 100644 --- a/application/views/welcome_message.php +++ b/application/views/welcome_message.php @@ -10,7 +10,6 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ::selection { background-color: #E13300; color: white; } ::-moz-selection { background-color: #E13300; color: white; } - ::-webkit-selection { background-color: #E13300; color: white; } body { background-color: #fff; -- cgit v1.2.3-24-g4f1b