You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bi...@apache.org on 2012/04/13 14:53:24 UTC

svn commit: r1325743 - in /incubator/ooo/ooo-site/trunk/content/fr/Telecharger: index.html style.css

Author: bidouille
Date: Fri Apr 13 12:53:23 2012
New Revision: 1325743

URL: http://svn.apache.org/viewvc?rev=1325743&view=rev
Log: (empty)

Modified:
    incubator/ooo/ooo-site/trunk/content/fr/Telecharger/index.html
    incubator/ooo/ooo-site/trunk/content/fr/Telecharger/style.css

Modified: incubator/ooo/ooo-site/trunk/content/fr/Telecharger/index.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/fr/Telecharger/index.html?rev=1325743&r1=1325742&r2=1325743&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/fr/Telecharger/index.html (original)
+++ incubator/ooo/ooo-site/trunk/content/fr/Telecharger/index.html Fri Apr 13 12:53:23 2012
@@ -32,6 +32,7 @@
         <span>MacOS X <small><br />Processeur PowerPC</small></span></a>
 </div>
 <div class="item">    
+<h2>Distribution Linux (mode 32 bits)</h2>    
     <a class="bouton" title="Linux" name="ver_rpm" 
     href="http://download.services.openoffice.org/files/localized/fr/3.3.0/OOo_3.3.0_Linux_x86_install-rpm_fr.tar.gz">
   <span>Linux RPM <small><br />Fedora, Mandriva, etc</small></span></a>
@@ -40,7 +41,8 @@
   href="http://download.services.openoffice.org/files/localized/fr/3.3.0/OOo_3.3.0_Linux_x86_install-deb_fr.tar.gz">
   <span>Linux DEB <small><br />Ubuntu, Debian, etc</small></span></a>
 </div>
-<div class="item">  
+<div class="item">
+<h2>Distribution Linux (mode 64 bits)</h2>  
   <a class="bouton" title="Linux RPM x64" name="ver_rpm_x64" 
   href="http://download.services.openoffice.org/files/localized/fr/3.3.0/OOo_3.3.0_Linux_x86-64_install-rpm-wJRE_fr.tar.gz">
   <span>Linux RPM x64<br /><small>Fedora, Mandriva, etc</small></span></a>

Modified: incubator/ooo/ooo-site/trunk/content/fr/Telecharger/style.css
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/fr/Telecharger/style.css?rev=1325743&r1=1325742&r2=1325743&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/fr/Telecharger/style.css (original)
+++ incubator/ooo/ooo-site/trunk/content/fr/Telecharger/style.css Fri Apr 13 12:53:23 2012
@@ -1,7 +1,7 @@
 .bouton {
   display: block;
   width: 220px;
-  height: 55px;
+  height: 85px;
     margin: 2px;
     margin-bottom: 0.5em;
     margin-left: 0.5em;
@@ -12,7 +12,6 @@
   font-weight: bold;
   text-align: left;
   text-decoration: none;
-  /*text-transform: lowercase; */
 }
 
 .bouton:hover {
@@ -23,10 +22,12 @@
 }
 
 .bouton span {
-    display: block;
+  display: block;
   width: 163px;
   margin: 0px;  
-  padding: 0px;
+  padding-top: 15px;
+  padding-left: 30px;
+  vertical-align: bottom;
   height: auto!important; /* IE 'hack' for min-height */
   height: 70px;
   min-height: 35px;