From 48e5662def11a2eddd2b69d09d9806f3627ea135 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sun, 7 Sep 2014 22:08:07 -0400 Subject: [PATCH] #42 Started on adding icons to areas of the help desk --- admin/index.php | 2 +- css/octicons.css | 235 ++++++++++++++++++++++++++++++++++++++++ css/octicons.eot | Bin 0 -> 31440 bytes css/octicons.svg | 198 +++++++++++++++++++++++++++++++++ fonts/octicons.ttf | Bin 0 -> 31272 bytes fonts/octicons.woff | Bin 0 -> 17492 bytes inc/header.inc.php | 15 ++- inc/headerAdmin.inc.php | 5 + nuMods_settings.inc.php | 3 + 9 files changed, 452 insertions(+), 6 deletions(-) create mode 100644 css/octicons.css create mode 100644 css/octicons.eot create mode 100644 css/octicons.svg create mode 100644 fonts/octicons.ttf create mode 100644 fonts/octicons.woff diff --git a/admin/index.php b/admin/index.php index 0ee24e7e..f37414a2 100644 --- a/admin/index.php +++ b/admin/index.php @@ -279,7 +279,7 @@ function print_login()