Ansinterface/static/style.css

13 lines
263 B
CSS
Raw Normal View History

2023-12-19 10:32:13 +00:00
#numbered {
background: url(http://i.imgur.com/2cOaJ.png);
background-attachment: local;
background-repeat: no-repeat;
padding-left: 35px;
padding-top: 10px;
border-color:#ccc;
}
2023-12-19 12:48:06 +00:00
.notes {
font-style: italic;
font-size: xs-small;
}