workaround image scaling bug in tables with (mobile) firefox
see https://bugzilla.mozilla.org/show_bug.cgi?id=975632
This commit is contained in:
parent
d189bda524
commit
ef949883ed
@ -91,6 +91,8 @@ table {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
|
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=975632 */
|
||||||
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
table caption {
|
table caption {
|
||||||
@ -466,6 +468,7 @@ nav .active a {
|
|||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* items listing */
|
||||||
.items article[data-feed-error] .feed-parsing-error {
|
.items article[data-feed-error] .feed-parsing-error {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
color: #000;
|
color: #000;
|
||||||
@ -473,7 +476,6 @@ nav .active a {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* items listing */
|
|
||||||
.items article {
|
.items article {
|
||||||
border: 1px dotted #ddd;
|
border: 1px dotted #ddd;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
Loading…
Reference in New Issue
Block a user