capsul-flask/capsulflask/static/style.css

10 lines
131 B
CSS
Raw Normal View History

2020-05-10 03:59:22 +00:00
.float-right {
display: inline-block;
float: right;
2020-05-10 04:45:20 +00:00
}
.flash {
background: red;
font-weight: bold;
text-align: center;
2020-05-10 03:59:22 +00:00
}