bots/logbot/stylesheet.css

14 lines
152 B
CSS

body{
background-color: pink;
margin: 1em;
}
.post{
margin: 1em 0;
clear: both;
}
.post p.id{
float: left;
margin: 0 1em 1em;
}
.post p.message{
}