Add files via upload
This commit is contained in:
parent
76ae106846
commit
6d5ab0095b
1 changed files with 4 additions and 3 deletions
|
@ -350,8 +350,9 @@ p.wall-item-announce,
|
|||
.type-link, .type-video {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
background-color: rgb(240, 242, 245) !important;
|
||||
border: 1px solid rgb(208,211,215) !important;
|
||||
background-color: rgb(255, 255, 255) !important;
|
||||
border: 1px solid rgba(208, 211, 215, 0.45) !important;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.type-link h4, .type-link blockquote, .type-link sup,
|
||||
|
|
Loading…
Add table
Reference in a new issue