Need to hide the "No indexes found" message in print view

This commit is contained in:
Rouslan Placella 2011-11-23 22:32:56 +00:00
parent fad4b48539
commit 6be4f840ed
2 changed files with 8 additions and 0 deletions

View File

@ -36,3 +36,7 @@ th {
font-weight: bold;
background-color: #e5e5e5;
}
.hide {
display: none;
}

View File

@ -36,3 +36,7 @@ th {
font-weight: bold;
background-color: #e5e5e5;
}
.hide {
display: none;
}