X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/c011d5def42c58f75bc2a9dcadcafdc89d81901a..9ecda0d5ea4f6686b55a4a0cdfdb0b2145fe8980:/media/modern/style.css.php

diff --git a/media/modern/style.css.php b/media/modern/style.css.php
old mode 100755
new mode 100644
index fa992e0..122be06
--- a/media/modern/style.css.php
+++ b/media/modern/style.css.php
@@ -81,6 +81,12 @@ h1 a {
   color: #333;
 }
 
+h2 {
+  text-decoration: none;
+  color: #333;
+  text-align: center;
+}
+
 fieldset p {
   margin-left: 25%;
 }
@@ -214,3 +220,14 @@ font-size:90%;
     -moz-border-radius: 5px;
     border-radius: 5px;
 }
+
+#self_destruct {
+  font-weight: bold;
+  color: red;
+}
+
+#upload_image_email {
+  padding-left: 20px;
+  margin-left: 10px;
+  background: url(email.png) no-repeat;
+}