2 more div#$app-index css which need to have div removed

This commit is contained in:
Ralf Becker 2015-02-06 14:05:34 +00:00
parent 6625ffdde4
commit 4775913fdc
2 changed files with 4 additions and 4 deletions

View File

@ -828,7 +828,7 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
@media only screen @media only screen
and (max-device-width : 1024px) and (max-device-width : 1024px)
and (orientation : portrait) { and (orientation : portrait) {
div#mail-index div#mail-index_nm tr.mail.row { #mail-index div#mail-index_nm tr.mail.row {
font-size: medium; font-size: medium;
} }
} }
@ -837,7 +837,7 @@ and (orientation : portrait) {
@media only screen @media only screen
and (min-width : 321px) and (min-width : 321px)
and (max-device-width:768){ and (max-device-width:768){
div#mail-index div#mail-index_nm tr.mail.row { #mail-index div#mail-index_nm tr.mail.row {
font-size: medium; font-size: medium;
} }
} }

View File

@ -821,13 +821,13 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
} }
/* tablets and smartphones (portrait) ----------- */ /* tablets and smartphones (portrait) ----------- */
@media only screen and (max-device-width: 1024px) and (orientation: portrait) { @media only screen and (max-device-width: 1024px) and (orientation: portrait) {
div#mail-index div#mail-index_nm tr.mail.row { #mail-index div#mail-index_nm tr.mail.row {
font-size: medium; font-size: medium;
} }
} }
/* Smartphones (landscape) ----------- */ /* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) and (max-device-width: 768) { @media only screen and (min-width: 321px) and (max-device-width: 768) {
div#mail-index div#mail-index_nm tr.mail.row { #mail-index div#mail-index_nm tr.mail.row {
font-size: medium; font-size: medium;
} }
} }