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 {
|
||||
border-radius: 0.3em;
|
||||
background-color:#fff;
|
||||
}
|
||||
.linkcontainer {
|
||||
position: static;
|
||||
|
@ -81,6 +82,7 @@ pre code {
|
|||
|
||||
.picwall_pictureframe img {
|
||||
border-radius:0.1em;
|
||||
background-color:#fff;
|
||||
}
|
||||
|
||||
.picwall_pictureframe {
|
||||
|
|
Loading…
Reference in a new issue