[Midnightbsd-cvs] www [650] trunk/css/essence.css: work around text
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Oct 10 11:49:25 EDT 2015
Revision: 650
http://svnweb.midnightbsd.org/www/?rev=650
Author: laffer1
Date: 2015-10-10 11:49:25 -0400 (Sat, 10 Oct 2015)
Log Message:
-----------
work around text
Modified Paths:
--------------
trunk/css/essence.css
Modified: trunk/css/essence.css
===================================================================
--- trunk/css/essence.css 2015-10-10 15:46:19 UTC (rev 649)
+++ trunk/css/essence.css 2015-10-10 15:49:25 UTC (rev 650)
@@ -163,22 +163,15 @@
width: 80%;
}
- #header h1 {
- width: 100%;
+ #header h1 , #header a {
+ display: none;
}
-
-
- #header a {
+ #header h1:before {
+ content: "MidnightBSD";
+ font-size: 2em;
width: 100%;
- background: none;
- color: black;
- padding: 0;
- line-height: 1.5;
- height: auto;
+ clear: both;
}
- #header a:after {
- content: "MidnightBSD";
- }
#footer {
width: 100%;
More information about the Midnightbsd-cvs
mailing list