1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-20 15:26:40 +02:00
TableFilter/static/partials/style.html

23 lines
627 B
HTML
Raw Permalink 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;
padding: 0 1em;
2015-06-08 12:21:50 +02:00
}
pre{
margin: auto 1em 1em 1em;
padding: 0 1em 1em 1em;
2015-06-08 12:21:50 +02:00
float: right;
line-height: 1.45;
background-color: #F7F7F7;
border-radius: 3px;
}
2015-06-13 15:53:28 +02:00
.panel{
float: left;
background: #F7F7F7 none repeat scroll 0% 0%;
width: 250px;
margin-right: 2em;
padding: 1em;
}
2015-06-08 12:21:50 +02:00
</style>