Ensure snapshots are displayed nicely. Minor fixes in CSS
This commit is contained in:
parent
341ac0208e
commit
a63d1905c4
|
|
@ -154,7 +154,12 @@
|
|||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
back {
|
||||
.content img[src*="-snapshot"] {
|
||||
padding: 0px;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.back {
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
@ -211,6 +216,7 @@ table{
|
|||
empty-cells: show;
|
||||
border:1px solid #cbcbcb;
|
||||
vertical-align: bottom;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
thead{
|
||||
|
|
|
|||
Loading…
Reference in New Issue