oxjs/examples/steganography/css/example.css

16 lines
301 B
CSS
Raw Normal View History

2012-04-13 21:22:56 +00:00
body {
margin: 0;
}
table {
border-spacing: 8px;
}
td {
padding: 0;
border-collapse: collapse;
font-family: Lucida Grande, Segoe UI, DejaVu Sans, Lucida Sans Unicode, Helvetica, Arial, sans-serif;
font-size: 12px;
vertical-align: top;
}
td:first-child {
width: 320px;
}