Add default background color for thumbshot.
This commit is contained in:
parent
1db7867707
commit
5b82e59b33
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@ pre code {
|
||||||
|
|
||||||
.thumbnail img {
|
.thumbnail img {
|
||||||
border-radius: 0.3em;
|
border-radius: 0.3em;
|
||||||
|
background-color:#fff;
|
||||||
}
|
}
|
||||||
.linkcontainer {
|
.linkcontainer {
|
||||||
position: static;
|
position: static;
|
||||||
|
@ -81,6 +82,7 @@ pre code {
|
||||||
|
|
||||||
.picwall_pictureframe img {
|
.picwall_pictureframe img {
|
||||||
border-radius:0.1em;
|
border-radius:0.1em;
|
||||||
|
background-color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.picwall_pictureframe {
|
.picwall_pictureframe {
|
||||||
|
|
Loading…
Reference in a new issue