[Midnightbsd-cvs] mports: README.top: Bring in some of smultron's changes.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 6 13:41:16 EDT 2008


Log Message:
-----------
Bring in some of smultron's changes.

Modified Files:
--------------
    mports/Templates:
        README.top (r1.2 -> r1.3)

-------------- next part --------------
Index: README.top
===================================================================
RCS file: /home/cvs/mports/Templates/README.top,v
retrieving revision 1.2
retrieving revision 1.3
diff -L Templates/README.top -L Templates/README.top -u -r1.2 -r1.3
--- Templates/README.top
+++ Templates/README.top
@@ -5,12 +5,29 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
     <title>The MidnightBSD Ports Collection</title>
+    <style type="text/css" media="screen">
+	html,body{ margin:0; padding; 0; height: 100%; }
+	body{ background: #fff; color:#333; font-family: sans-serif; }
+	#globe { width: 850px; margin: 0 auto; border-left: 1px solid #999; border-right: 1px solid #999; padding: 0 2em; }
+	h1 { background: url("ports-tree.png"); padding: 399px 0 0 0; width: 512px; height: 0; overflow: hidden; margin: auto; }
+	h2, h2 a { text-align: center; color: #666; }
+	h3, h3 a { text-align: center; color: #999; }
+	a { color: #79c143; }
+	a:hover { color: #a0d07b; }
+	ul { margin: 0; padding: 0; text-align: center; }
+	li { list-style: none; width: auto; background: fff; margin: 1em; text-align: center; height: auto; vertical-align: top; }
+	li a { font-weight: bold;  text-decoration: none; color: #79c143; }
+	blockquote { margin-top: 3em; color: #aaa; font-size: .9em; }
+	</style>
   </head>
 
   <body>
     <h1>The MidnightBSD Ports Collection</h1>
+    <p>TOP</p>
 
-    <p>You are at the top of the ports tree.</p>
+<pre>
+%%SUBDIR%%
+</pre>
 
     <p>For information on how to use the ports tree, please look at 
     the <a href="http://www.midnightbsd.org/ports">MidnightBSD mports</a>
@@ -23,8 +40,5 @@
     href="mailto:ports at MidnightBSD.org">ports at MidnightBSD.org</a>.</p>
 
     <p>Here are the one-line descriptions for each of the directories:</p>
-<pre>
-%%SUBDIR%%
-</pre>
   </body>
 </html>


More information about the Midnightbsd-cvs mailing list