X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2Fstatic%2Fstyle.css;fp=backend%2Fstatic%2Fstyle.css;h=0297c69da35f1077891e3290452890f0593d0372;hb=44826a7edd68c0111273dac0ac4a3a705a6534cf;hp=0000000000000000000000000000000000000000;hpb=c77e8d09e7b5a1adcb195ff723ffdbceb7e52cb6;p=recipes.git diff --git a/backend/static/style.css b/backend/static/style.css new file mode 100644 index 0000000..0297c69 --- /dev/null +++ b/backend/static/style.css @@ -0,0 +1,19 @@ +* { + margin: 50px; + padding: 0px; +} + +body { + font-size: 18px; + text-shadow: 2px 2px 2px #DDD; + text-align: center; + line-height: 18px; + color: #5b5b5b; + background-color: #ededed; + margin: 0px; +} + +img { + border: 0px; +} +