/* Simple CSS2.1 style sheet for pageinfo */

/* Author: David Bruce (dib@dib-online.info) */


/* generic styles */

.nowrap { white-space: nowrap }
.spacer { clear: both ; margin: 0 ; padding: 0 }

.date {  }
.name {  }
.email { white-space: nowrap }
.URI   { white-space: nowrap }


/* footer: information about the page */

div#pageinfo { clear: both
             ; text-align: right
             ; font-size: smaller ; color: gray ; background-color: transparent
             }
div#pageinfo hr { height: 1px ; margin-bottom: 0 
                ; color: gray ; background-color: transparent
                }

.validation , .version { vertical-align: text-top ; margin-top: 0.25em }
.validation { float: right ; margin-left: 0.5em }
.validation br { display: none }  /* comment out for vertical list */

