]> git.p6c8.net - jirafeau.git/blobdiff - media/jyraphe/style.css.php
Minor changes to styles
[jirafeau.git] / media / jyraphe / style.css.php
index 6a1634c1a5dd1f73da734fc56540f6c7487cf117..76c59c772eb5bca807bfec4b6bb5fcc7540cab03 100644 (file)
@@ -14,7 +14,7 @@
  *  GNU Affero General Public License for more details.
  *
  *  You should have received a copy of the GNU Affero General Public License
- *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 /*
 
 $dark = '#8B4513';
 
-header("Content-type: text/css");
+header('Content-type: text/css');
 
 ?>
 
+@charset "UTF-8";
+
 body {
   text-align: center;
   font-family: sans-serif;
@@ -229,3 +231,9 @@ h1 a {
   font-weight: bold;
   color: red;
 }
+
+#upload_image_email {
+  padding-left: 20px;
+  margin-left: 10px;
+  background: url(email.png) no-repeat;
+}

patrick-canterino.de