]> nos-oignons.net Git - website.git/commitdiff
Encore de la mise en pageā€¦
authorLunar <lunar@anargeek.net>
Sun, 28 Apr 2013 13:01:28 +0000 (15:01 +0200)
committerLunar <lunar@anargeek.net>
Sun, 28 Apr 2013 13:01:28 +0000 (15:01 +0200)
assets/home.css
local.css

index ab2d7126b266ffe65399077c8874ee981a211a18..18402649ee46be113fa3514a23739dac8e5240b1 100644 (file)
@@ -1,6 +1,7 @@
 .pageheader {
        position: absolute;
        top: 0;
+       height: 0;
        background: none;
        box-shadow: none;
 }
index de4b4295747815336729a433bb3fd6e23b0d91a3..a1626b4ae224ba23c23941a984eca78dc5cd955d 100644 (file)
--- a/local.css
+++ b/local.css
@@ -376,9 +376,6 @@ pre {
        text-align: center;
        color: white;
        background: #57075f;
-       background: -webkit-linear-gradient(#001030, #57075f);
-       background:    -moz-linear-gradient(#001030, #57075f);
-       background:         linear-gradient(#001030, #57075f);
        z-index: 400;
 }
 
@@ -483,6 +480,11 @@ pre {
                border-bottom: solid #ccc 1px;
        }
 
+       #content a:link:after,
+       #content a:visited:after {
+               content:" [" attr(href) "] ";
+       }
+
        #footer {
                margin-top: 2em;
                text-align: left;