mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 15:31:09 +00:00
18 lines
202 B
CSS
Executable file
18 lines
202 B
CSS
Executable file
|
|
#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;
|
|
}
|
|
|