forked from friendica/friendica-addons
19 lines
193 B
CSS
Executable file
19 lines
193 B
CSS
Executable file
|
|
#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;
|
|
}
|
|
|