Skip to content

Instantly share code, notes, and snippets.

@domgiles
Created March 20, 2019 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domgiles/bf1272823263735e42a99ecef37e32a7 to your computer and use it in GitHub Desktop.
Save domgiles/bf1272823263735e42a99ecef37e32a7 to your computer and use it in GitHub Desktop.
BODY {
background-color: White;
font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;
color: #777;
font-size:8pt;
}
.data {
border-top : 1px solid #777;
border-bottom : 1px solid #777;
border-left : 1px solid #777;
}
.datacell {
border-right : 1px solid #777;
}
.header {
border-bottom : 1px solid #777;
border-right : 1px solid #777;
}
.colname {
border-bottom : 1px solid #777;
border-right : 1px solid #777;
background-color : #E1E4F7;
}
.coldetail {
border-bottom : 1px solid #777;
border-right : 1px solid #777;
}
.evenrow {
background-color : #E1E4F7;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment