From 891689f1fdf09bf06c5e5dd944f6a6ae43f2cfd8 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 18 Nov 2014 12:42:18 +0800 Subject: Bug 1098956: remove autoland support --- extensions/TryAutoLand/web/style.css | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 extensions/TryAutoLand/web/style.css (limited to 'extensions/TryAutoLand/web') diff --git a/extensions/TryAutoLand/web/style.css b/extensions/TryAutoLand/web/style.css deleted file mode 100644 index 99409c0c0..000000000 --- a/extensions/TryAutoLand/web/style.css +++ /dev/null @@ -1,23 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This Source Code Form is "Incompatible With Secondary Licenses", as - * defined by the Mozilla Public License, v. 2.0. - */ - -.autoland_waiting { - color: blue; -} - -.autoland_running { - color: orange; -} - -.autoland_failed { - color: red; -} - -.autoland_success { - color: green; -} -- cgit v1.2.3-24-g4f1b