       /* Debug Style sheet for Beall Springs */

@import url("BSstyle.css") ;      /* Apply site style */


                            /* Outline all boxes in blue */
* {
   border: solid blue 1px ;
  }
                            /* Outline DIVs in red */
DIV {
     border: solid red 1px ;
    }
BODY:before {
             color: red ;
             content: "CAUTION: 1-pixel Debug borders may alter block positions." ;
            } 

li.debugonly {
              display: list-item ;
             }
span.debugonly {
              display: inline ;
             }
p.debugonly, ul.debugonly {
              display: block ;
             }

/* CSS coding by Chris Beall */
/*    Last updated 15 Mar 2007  */  