Created
March 20, 2019 09:47
-
-
Save domgiles/bf1272823263735e42a99ecef37e32a7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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