Bug 1272677 - Hide content width setting and line-height setting buttons in android's reader mode control panel. r=Margaret

MozReview-Commit-ID: 4AnnPTcvqzg

--HG--
extra : transplant_source : %EFf%CC%F2%99%C4%DF%26Q%BBj%CE%8A%B7py%BA%18%C3%A8
This commit is contained in:
danhuang1202 2016-05-27 17:39:48 +08:00
parent f2ea042b72
commit a4be4050b9

View File

@ -129,7 +129,9 @@
/* Only used on desktop */
.dropdown-popup > hr,
.dropdown-arrow,
#font-type-buttons > button > .name {
#font-type-buttons > button > .name,
#content-width-buttons,
#line-height-buttons {
display: none;
}