Skip to content

Commit

Permalink
Hide WordPress admin bar on tab view
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Dec 6, 2011
1 parent 393d619 commit e940c39
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/fblayout.css
Expand Up @@ -151,4 +151,9 @@ h4 {
padding: 10px;
font-size: 13px;
font-weight: bold;
}
}

/* Hide WordPress admin bar at all times */
.show-admin-bar {
display: none;
}

0 comments on commit e940c39

Please sign in to comment.