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