[Midnightbsd-cvs] mports: www/tmpls: Header fixes.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Wed Oct 31 19:11:27 EDT 2007


Log Message:
-----------
Header fixes.

Modified Files:
--------------
    mports/Tools/magus/www/data/magus/elements:
        magus.css (r1.8 -> r1.9)
    mports/Tools/magus/www/tmpls:
        header.tmpl (r1.4 -> r1.5)

-------------- next part --------------
Index: magus.css
===================================================================
RCS file: /home/cvs/mports/Tools/magus/www/data/magus/elements/magus.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -LTools/magus/www/data/magus/elements/magus.css -LTools/magus/www/data/magus/elements/magus.css -u -r1.8 -r1.9
--- Tools/magus/www/data/magus/elements/magus.css
+++ Tools/magus/www/data/magus/elements/magus.css
@@ -14,13 +14,18 @@
 h1 {
 	font-size: 1.7em;
 	font-family: Verdana, Helvetica, Arial, sans-serif;
-	color: yellow;
+	color: white;
+	margin: 0;
 }
 
 h2 {
 	font-size: 1.5em;
 }
 
+a {
+	color: #405491;
+}
+
 table {
 	border: solid 1px #555;
 	border-spacing: 0px;
@@ -89,16 +94,15 @@
 #tophead {
 	background: #405491;
 	color: white;
-	width: 100%;
+	// width: 100%;
 	margin: 0;
-	padding: 0;
+	padding: 4px;
 }	
 
-#tophead h1 {
-	color: white;
-}
-
 ul.stats {
+	position: absolute;
+	top: 6px;
+	right: 4px; 
 	list-style: none;
 	margin: 0;
 	padding: 0;
Index: header.tmpl
===================================================================
RCS file: /home/cvs/mports/Tools/magus/www/tmpls/header.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -LTools/magus/www/tmpls/header.tmpl -LTools/magus/www/tmpls/header.tmpl -u -r1.4 -r1.5
--- Tools/magus/www/tmpls/header.tmpl
+++ Tools/magus/www/tmpls/header.tmpl
@@ -8,10 +8,7 @@
     
     <link rel="stylesheet" href="/magus/elements/magus.css" media="screen" />
 </head>
-<body>
-
-<!-- header: begin -->
-<div id="tophead">
+<body><div id="tophead">
 
 <h1>Magus</h1>
 


More information about the Midnightbsd-cvs mailing list