mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 21:11:08 +00:00
18 lines
193 B
CSS
18 lines
193 B
CSS
|
|
#blockem-label {
|
|
float: left;
|
|
width: 300px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#blockem-words {
|
|
float: left;
|
|
margin-top: 10px;
|
|
width: 400px;
|
|
height: 150px;
|
|
}
|
|
|
|
#blockem-submit {
|
|
margin-top: 15px;
|
|
}
|
|
|