7 lines
141 B
CSS
7 lines
141 B
CSS
|
/* Rahmen fuer Spendenwidget */
|
||
|
[id^="twingle-public-embed"] {
|
||
|
border-style: solid;
|
||
|
border-width: thin;
|
||
|
border-color: #e6e6e6;
|
||
|
}
|