Merge "Hide ULS trigger from unsupported browsers"

This commit is contained in:
jenkins-bot
2013-06-04 10:34:15 +00:00
committed by Gerrit Code Review
2 changed files with 9 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
/* Don't show it to users who disabled JS */
.client-nojs #pt-uls {
visibility: hidden;
display: none;
}