[Midnightbsd-cvs] mports [18262] trunk/Templates: add viewport

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 20 20:19:05 EDT 2015


Revision: 18262
          http://svnweb.midnightbsd.org/mports/?rev=18262
Author:   laffer1
Date:     2015-03-20 20:19:04 -0400 (Fri, 20 Mar 2015)
Log Message:
-----------
add viewport

Modified Paths:
--------------
    trunk/Templates/README.category
    trunk/Templates/README.port
    trunk/Templates/README.top

Modified: trunk/Templates/README.category
===================================================================
--- trunk/Templates/README.category	2015-03-20 12:37:40 UTC (rev 18261)
+++ trunk/Templates/README.category	2015-03-21 00:19:04 UTC (rev 18262)
@@ -4,6 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <meta name="viewport" content="width=device-width, initial-scale=1"> 
     <title>The MidnightBSD Ports Collection (%%CATEGORY%%)</title>
   </head>
 

Modified: trunk/Templates/README.port
===================================================================
--- trunk/Templates/README.port	2015-03-20 12:37:40 UTC (rev 18261)
+++ trunk/Templates/README.port	2015-03-21 00:19:04 UTC (rev 18262)
@@ -4,6 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <meta name="viewport" content="width=device-width, initial-scale=1"> 
     <title>The MidnightBSD Ports Collection (%%PORT%%)</title>
     <!-- Generated from template
          $MidnightBSD$ -->

Modified: trunk/Templates/README.top
===================================================================
--- trunk/Templates/README.top	2015-03-20 12:37:40 UTC (rev 18261)
+++ trunk/Templates/README.top	2015-03-21 00:19:04 UTC (rev 18262)
@@ -4,6 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
     <title>The MidnightBSD Ports Collection</title>
     <style type="text/css" media="screen">
 	html,body{ margin:0; padding; 0; height: 100%; }
@@ -18,7 +19,7 @@
 	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>
+     </style>
   </head>
 
   <body>



More information about the Midnightbsd-cvs mailing list