r4ds/www/str_view-0.1.0/str_view.css

12 lines
184 B
CSS
Raw Normal View History

2015-10-29 23:15:48 +08:00
.str_view ul, .str_view li {
list-style: none;
padding: 0;
margin: 0.5em 0;
font-family: monospace;
}
.str_view .match {
border: 1px solid #ccc;
background-color: #eee;
}