mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-06 03:06:51 +00:00
28 lines
337 B
CSS
Executable file
28 lines
337 B
CSS
Executable file
#pledgie-label {
|
|
float: left;
|
|
width: 300px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#pledgie-campaign {
|
|
float: left;
|
|
margin-top: 10px;
|
|
width: 100px;
|
|
}
|
|
|
|
#pledgie-describe {
|
|
float: left;
|
|
margin-top: 10px;
|
|
width: 300px;
|
|
}
|
|
|
|
#pledgie-submit {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.pledgie {
|
|
text-align: center;
|
|
width 100%;
|
|
margin-top: 25px;
|
|
font-size: 20px;
|
|
}
|