workaround image scaling bug in tables with (mobile) firefox

see https://bugzilla.mozilla.org/show_bug.cgi?id=975632
This commit is contained in:
Mathias Kresin 2015-05-16 10:02:10 +02:00
parent d189bda524
commit ef949883ed
1 changed files with 3 additions and 1 deletions

View File

@ -91,6 +91,8 @@ table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=975632 */
table-layout: fixed;
}
table caption {
@ -466,6 +468,7 @@ nav .active a {
visibility: hidden;
}
/* items listing */
.items article[data-feed-error] .feed-parsing-error {
visibility: visible;
color: #000;
@ -473,7 +476,6 @@ nav .active a {
font-weight: normal;
}
/* items listing */
.items article {
border: 1px dotted #ddd;
margin-bottom: 20px;