1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-13 19:32:40 +02:00
TableFilter/static/partials/style.html

15 lines
471 B
HTML
Raw Normal View History

2015-06-08 12:21:50 +02:00
<link rel="stylesheet" type="text/css" href="../dist/tablefilter/style/tablefilter.css">
<style type="text/css">
body{
font-family: Helvetica, arial, nimbussansl, liberationsans, freesans,
clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"
}
pre{
margin: auto 1em 1em 1em;
padding: 0 1em 0 0;
float: right;
line-height: 1.45;
background-color: #F7F7F7;
border-radius: 3px;
}
</style>