Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
ugly hack to make adminbar go away
Browse files Browse the repository at this point in the history
  • Loading branch information
Deploy User committed Aug 1, 2011
1 parent 74af4b0 commit 724c089
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/blog/wp-content/themes/fr2/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
*/
wp_head();
?>
<!-- Make admin bar go away -->
<style type="text/css">
html {margin-top:0 !important}
* html body { margin-top: 0 !important}
</style>
</head>

<body id="wordpress" <?php body_class(); ?>>
Expand Down

0 comments on commit 724c089

Please sign in to comment.