oxjs/examples/images/steganography/css/example.css
2012-06-21 23:14:38 +02:00

16 lines
No EOL
301 B
CSS

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;
}