1. Made changes to the styling of text for the sparklines. Made them more amenable to IE's whims.
This commit is contained in:
parent
62761c9542
commit
571182b98e
3 changed files with 13 additions and 3 deletions
|
@ -131,11 +131,21 @@
|
|||
}
|
||||
|
||||
.vis_link a{
|
||||
padding:10px;
|
||||
padding: 5px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
</style>
|
||||
<![endif]-->
|
||||
|
||||
<!--[if lt IE 8]>
|
||||
<style type="text/css">
|
||||
|
||||
.vis_link {
|
||||
padding-top:15px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
</style>
|
||||
<![endif]-->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue