add steganograpy example

This commit is contained in:
rolux 2012-04-13 23:22:56 +02:00
commit 036d51e7b5
5 changed files with 127 additions and 0 deletions

View file

@ -0,0 +1,17 @@
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;
//background: red;
}
td:first-child {
width: 320px;
}