[Midnightbsd-cvs] www [649] trunk/css/essence.css: only works with before

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 10 11:46:19 EDT 2015


Revision: 649
          http://svnweb.midnightbsd.org/www/?rev=649
Author:   laffer1
Date:     2015-10-10 11:46:19 -0400 (Sat, 10 Oct 2015)
Log Message:
-----------
only works with before

Modified Paths:
--------------
    trunk/css/essence.css

Modified: trunk/css/essence.css
===================================================================
--- trunk/css/essence.css	2015-10-10 15:43:57 UTC (rev 648)
+++ trunk/css/essence.css	2015-10-10 15:46:19 UTC (rev 649)
@@ -167,15 +167,18 @@
         width: 100%;
     }
 
+
     #header a {
         width: 100%;
         background: none;
-        content: "MidnightBSD";
         color: black;
         padding: 0;
         line-height: 1.5;
         height: auto;
     }
+    #header a:after {
+           content: "MidnightBSD";
+       }
 
     #footer {
         width: 100%;



More information about the Midnightbsd-cvs mailing list