From f1edfcbdf848bc257a4ed203ecdda05e540eddba Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 13 Aug 2013 19:46:14 +0200 Subject: [PATCH] modified css --- .gitignore | 3 ++- static/stylesheets/content/character-sheet.css | 2 +- static/stylesheets/content/tables.css | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9c08246..d41bc37 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,5 @@ _site Makefile _posts/0000-01-01-Todo.html _posts/0000-01-01-Example-Markup.html -README.md \ No newline at end of file +README.md +_posts/Careers \ No newline at end of file diff --git a/static/stylesheets/content/character-sheet.css b/static/stylesheets/content/character-sheet.css index 6e999ff..a2cfacc 100644 --- a/static/stylesheets/content/character-sheet.css +++ b/static/stylesheets/content/character-sheet.css @@ -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; } diff --git a/static/stylesheets/content/tables.css b/static/stylesheets/content/tables.css index 3e4e96f..ad42bf4 100644 --- a/static/stylesheets/content/tables.css +++ b/static/stylesheets/content/tables.css @@ -1,5 +1,6 @@ section.content > table.full { width: 100%; } +section.content > img.right, section.content > table.right { float: right; margin-left: 1em;