]> git.p6c8.net - jirafeau.git/blobdiff - media/courgette/style.css.php
[FEATURE] Add support for Chinese (Taiwan) lang
[jirafeau.git] / media / courgette / style.css.php
index e8f0a76bdb3f89f7b6769c0ee26f5f1027c1a25d..36836ed7d7c6ef90eaeab3af531d78d031663984 100644 (file)
@@ -24,8 +24,6 @@
  * The content is dynamically generated for easier handling.
  */
 
-$dark = '#8B4513';
-
 header('Content-type: text/css');
 
 ?>
@@ -132,7 +130,8 @@ input[type="submit"]:hover,
 input[type="submit"]:focus {
   border: 0;
   position: relative;
-  top: 5px;
+  background: #085B69;
+  border-bottom: 5px solid #0D9CB2;
   margin-bottom: 15px;
 }
 

patrick-canterino.de