blob: 0dabae83c634ac32a74b6372ceb35bb9feec46e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.embed {
background-color: #eeeeee;
border-radius: 5px;
padding: 10px;
}
.embed-footer {
margin-top: 5px;
font-size: 11px;
}
.embed-author {
margin-bottom: 10px;
font-size: 12px;
}
|