Skip to content

Commit

Permalink
Add an action to the default header function, so that you can easil…
Browse files Browse the repository at this point in the history
…y add some custom CSS without redoing the whole thing.
  • Loading branch information
Beau Lebens committed Jan 22, 2017
1 parent ba79cc4 commit 92fd6a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keyring-importers.php
Expand Up @@ -345,6 +345,7 @@ function header() {
.keyring-importer ol { margin: 1em 2em; } .keyring-importer ol { margin: 1em 2em; }
.keyring-importer li { list-style-type: square; } .keyring-importer li { list-style-type: square; }
#auto-message { margin-left: 10px; } #auto-message { margin-left: 10px; }
<?php echo do_action( 'keyring_importer_header_css' ); ?>
</style> </style>
<div class="wrap keyring-importer"> <div class="wrap keyring-importer">
<?php screen_icon(); ?> <?php screen_icon(); ?>
Expand Down

0 comments on commit 92fd6a7

Please sign in to comment.