/* $Id: grid.css,v 1.5.2.2 2009-04-30 02:10:06 jmburnz Exp $ */

/**
 * @file grid.css
 * Show baseline grid guides.
 */

/***********************************************************
*                        Grid
**********************************************************/
/**
 * Uncomment the grid class on the body element in page.tpl.php
 * to show the grid when adjusting the vertical flow.
 */
.grid {background: url(../images/gridtile.gif) repeat left top;}

/* force the admin menu down 2 line heights */
body.admin-menu {
  margin-top:24px !important;
}