[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 0b42a968d554191d52537ef75a12994b34c9e5f9

Michal Čihař nijel at users.sourceforge.net
Mon May 9 14:01:13 CEST 2011


The branch, master has been updated
       via  0b42a968d554191d52537ef75a12994b34c9e5f9 (commit)
       via  f8f3985ca89347cbc21f8dfd308fc281d5aaa582 (commit)
      from  1b3aa5db5b079549c414ea1107de8776eaa09379 (commit)


- Log -----------------------------------------------------------------
commit 0b42a968d554191d52537ef75a12994b34c9e5f9
Author: Michal Čihař <mcihar at novell.com>
Date:   Mon May 9 14:01:02 2011 +0200

    Clarify versions

commit f8f3985ca89347cbc21f8dfd308fc281d5aaa582
Author: Michal Čihař <mcihar at novell.com>
Date:   Mon May 9 14:00:34 2011 +0200

    Add missing clear

-----------------------------------------------------------------------

Summary of changes:
 css/style.css |    1 +
 render.py     |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/css/style.css b/css/style.css
index f0f41f5..bf35485 100644
--- a/css/style.css
+++ b/css/style.css
@@ -252,6 +252,7 @@ div.filedetails {
 
 p.date {
     font-size: smaller;
+    clear: both;
 }
 
 p.comments {
diff --git a/render.py b/render.py
index ef6296a..9cb655b 100755
--- a/render.py
+++ b/render.py
@@ -232,7 +232,7 @@ class SFGenerator:
         elif version[:2] == '2.':
             text ='Version compatible with PHP 4+ and MySQL 3+.'
         elif version[:2] == '3.':
-            text = 'Version compatible with PHP 5 and MySQL 5.'
+            text = 'Version compatible with PHP 5.2 and MySQL 5.'
         if version.find('beta1') != -1:
             text += ' First beta version.'
         elif version.find('beta2') != -1:


hooks/post-receive
-- 
phpMyAdmin website




More information about the Git mailing list