]> iEval git - mindcoding-template-patches.git/blobdiff - mc.css
update on footer
[mindcoding-template-patches.git] / mc.css
diff --git a/mc.css b/mc.css
index 7177461a76d5ad9a466328ff6e6466b15a3444ba..de2ef0f45018b3d6877bdce1578597a4f6e38dfc 100644 (file)
--- a/mc.css
+++ b/mc.css
@@ -1,4 +1,4 @@
-body{
+html{
     background: #ffffff; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
@@ -11,6 +11,13 @@ body{
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-8 */
     font-family: verdana;
     color: #999999;
+       min-height: 100%;
+       margin-bottom: 0;
+}
+
+body{
+       height: inherit;
+       margin-bottom: 0;
 }
 
 .mindcoding_logo{
@@ -148,4 +155,16 @@ body{
     width: 113px;
     height: 111px;
     float: right;
+}
+
+#result{
+       text-align: center;
+}
+
+div.rules{
+       text-align: center;
+       font-size: 1.5em;
+       font-weight: bold;
+       text-decoration: none;
+       margin-bottom: 0.5em;
 }
\ No newline at end of file
This page took 0.026248 seconds and 4 git commands to generate.