mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-19 05:23:40 +00:00
16 lines
166 B
CSS
16 lines
166 B
CSS
|
/* irc css */
|
||
|
#irc-chans, {
|
||
|
float: left;
|
||
|
width: 200px;
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
#irc-checkbox {
|
||
|
float: left;
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
#irc-submit {
|
||
|
margin-top: 15px;
|
||
|
}
|