[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn-org commit: r5 - trunk

From: <brane_at_tigris.org>
Date: 2006-04-01 00:43:11 CEST

Author: brane
Date: Fri Mar 31 14:43:09 2006
New Revision: 5

Modified:
   trunk/bylaws.html

Log:
* bylaws.html: Set the text size and width.
               Move <body> attributes to a CSS style section.

Modified: trunk/bylaws.html
URL: http://svn.collab.net/viewvc/svn-org/trunk/bylaws.html?pathrev=5&r1=4&r2=5
==============================================================================
--- trunk/bylaws.html (original)
+++ trunk/bylaws.html Fri Mar 31 14:43:09 2006
@@ -1,5 +1,20 @@
 <html>
-<body text="#000000" bgcolor="#FFFFFF">
+<head>
+<style type="text/css">
+<!--
+body {
+font-family: "Times New Roman", Times, serif;
+font-size: 11pt;
+color: black;
+background-color: white;
+width: 15cm;
+margin: 0cm 1cm 0cm 1cm;
+padding: 0;
+}
+-->
+</style>
+</head>
+<body>
 
      <h1 style="text-align: center;">BYLAWS</h1>
         <h1 style="text-align: center;">OF</h1>

---------------------------------------------------------------------
To unsubscribe, e-mail: svn-org-unsubscribe@subversion.tigris.org
For additional commands, e-mail: svn-org-help@subversion.tigris.org
Received on Sat Apr 1 00:44:22 2006

This is an archived mail posted to the Subversion Organization mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.