modified css

This commit is contained in:
phil 2013-08-13 19:46:14 +02:00
parent c44ea3b32f
commit f1edfcbdf8
3 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
div.sheet { margin: 2em auto 0 auto; width: 699px; height: 988px; background-repeat: no-repeat; }
div.sheet > form.card { height: 988px; width: 699px; background-repeat: no-repeat; overflow: hidden; }
div.sheet > form.card { height: 988px; width: 699px; background-repeat: no-repeat; }
div.sheet > form.card input,
div.sheet > form.card textarea { height: 30px; font-family: Georgia; font-size: 23px; text-align: justify; color: #333; background: none; border: none; }

View file

@ -1,5 +1,6 @@
section.content > table.full {
width: 100%; }
section.content > img.right,
section.content > table.right {
float: right;
margin-left: 1em;