[Midnightbsd-cvs] www [656] trunk/css/essence.css: try something new for header

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 10 12:04:27 EDT 2015


Revision: 656
          http://svnweb.midnightbsd.org/www/?rev=656
Author:   laffer1
Date:     2015-10-10 12:04:27 -0400 (Sat, 10 Oct 2015)
Log Message:
-----------
try something new for header

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

Modified: trunk/css/essence.css
===================================================================
--- trunk/css/essence.css	2015-10-10 15:59:08 UTC (rev 655)
+++ trunk/css/essence.css	2015-10-10 16:04:27 UTC (rev 656)
@@ -171,13 +171,24 @@
     #header h1 , #header a {
        display: none;
     }
-    #header h1:before {
-        content: "MidnightBSD";
+
+    #header h1 {
+        width: 100%;
+        margin: 0 auto;
         font-size: 2em;
-        width: 100%;
         clear: both;
     }
 
+    #header a {
+        background: none;
+        width: 100%;
+        height: 3em;
+        padding: 10px;
+        margin: 0 auto;
+        display: block;
+        overflow: auto;
+    }
+
     #footer {
         width: 100%;
     }



More information about the Midnightbsd-cvs mailing list