Remove erroneous CSS that should have been commented out
This commit is contained in:
parent
4167f51ad0
commit
6f3f25bddc
1 changed files with 0 additions and 10 deletions
|
@ -7,11 +7,6 @@ $(document).ready(function(){
|
|||
$.extend(this, i18nStrings);
|
||||
|
||||
$('head').append('<style id="researchAreaCSS">.qtip { font-size: 14px; max-width: none !important; } .researchAreaTip { background: url(' + imagesPath + '/individual/researchAreaBubble.png) no-repeat; } </style>');
|
||||
padding: '0em',
|
||||
// textAlign: 'center',
|
||||
// fontSize: '0.7em',
|
||||
// lineHeight: '15px',
|
||||
// border: 'none',
|
||||
|
||||
$('#researchAreaIcon').each(function()
|
||||
{
|
||||
|
@ -38,11 +33,6 @@ $(document).ready(function(){
|
|||
});
|
||||
|
||||
$('head').append('<style id="bubbleCSS">.qtip { font-size: 14px; max-width: none !important; } .bubbleTip { url(' + imagesPath + '/individual/toolTipBubble.png) no-repeat; } </style>');
|
||||
// padding: '0em',
|
||||
// textAlign: 'center',
|
||||
// fontSize: '0.7em',
|
||||
// lineHeight: '15px',
|
||||
// border: 'none',
|
||||
|
||||
$('#fullViewIcon').each(function()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue