Bug 1146146 - Maximize the number of rows of tiles by reducing the suggested explanation maximum line count to 2 instead of 3 [r=adw]

This commit is contained in:
Marina Samuel 2015-03-28 01:08:36 -07:00
parent 6a1fe8f0e2
commit 9d4be38756

View File

@ -159,7 +159,7 @@ input[type=button] {
.newtab-cell {
display: -moz-box;
height: 180px;
margin: 20px 10px 85px;
margin: 20px 10px 68px;
width: 290px;
}
@ -226,7 +226,7 @@ input[type=button] {
}
.newtab-suggested-bounds {
max-height: 51px; /* 51 / 17 = 3 lines maximum */
max-height: 34px; /* 34 / 17 = 2 lines maximum */
}
.newtab-title {