tooltipxhr.css - jscancer - Javascript crap (relatively small) | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
tooltipxhr.css (232B) | |
--- | |
1 .tooltip { | |
2 position: fixed; | |
3 padding: 5px; | |
4 max-width: 640px; | |
5 max-height: 480px; | |
6 overflow: auto; | |
7 border: 1px solid #777; | |
8 background-color: InfoBackground; | |
9 color: InfoText; | |
10 font-family: tahoma, sans-serif; | |
11 font-size: 11px; | |
12 } |