Skip to content

Commit

Permalink
Update sample CSS in the login file
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvanpatten committed Nov 6, 2012
1 parent 256889f commit 3859b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @since 1.0
*/
function my_login_css() {
echo '<link rel="stylesheet" type="text/css" href="http://cdn.vanpattenmedia.com/js/libs/formalize/1.2/css/formalize.css" />';
echo '<link rel="stylesheet" type="text/css" href="/path/to/style.css" />';
}
add_action('login_head', 'my_login_css');

Expand Down

0 comments on commit 3859b5c

Please sign in to comment.