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
html { | |
min-height: 100%; | |
height: auto; | |
} | |
body{ | |
background: url("../img/bg-top.png"), url("../img/bg-middle.png"), url("../img/bg-bottom.png"); | |
background-repeat: no-repeat,no-repeat, no-repeat; | |
background-position: top center, center center, bottom center; | |
} |
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
.desc-row td{ | |
margin: 0 !important; | |
padding: 0 !important; | |
border: 0 !important; | |
} | |
.description{ | |
padding: 5px 8px; | |
border-bottom: 1px solid #ddd; | |
} | |
.table-row{ |
NewerOlder