Bug 947848 - Change the visibility of debugger stacktrace breadcrumbs. r=vp

This commit is contained in:
Afshin Mehrabani 2013-12-12 17:19:33 -05:00
parent 6a87091e74
commit a5be1bd785

View File

@ -53,3 +53,7 @@
#body[layout=horizontal] #vertical-layout-panes-container {
display: none;
}
#body[layout=vertical] #stackframes {
visibility: hidden;
}