From 92fd6a7b4d44f8935cd60820af76f16f3c86358f Mon Sep 17 00:00:00 2001 From: Beau Lebens Date: Sun, 22 Jan 2017 09:49:43 -0700 Subject: [PATCH] Add an action to the default `header` function, so that you can easily add some custom CSS without redoing the whole thing. --- keyring-importers.php | 1 + 1 file changed, 1 insertion(+) diff --git a/keyring-importers.php b/keyring-importers.php index 5b83888..6282894 100644 --- a/keyring-importers.php +++ b/keyring-importers.php @@ -345,6 +345,7 @@ function header() { .keyring-importer ol { margin: 1em 2em; } .keyring-importer li { list-style-type: square; } #auto-message { margin-left: 10px; } +