You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pe...@apache.org on 2014/05/01 13:04:23 UTC

svn commit: r1591601 - /openoffice/ooo-site/trunk/content/documentation/online_help/index.html

Author: pescetti
Date: Thu May  1 11:04:23 2014
New Revision: 1591601

URL: http://svn.apache.org/r1591601
Log:
#i124778# Fix conflicting CSS styles.

Modified:
    openoffice/ooo-site/trunk/content/documentation/online_help/index.html

Modified: openoffice/ooo-site/trunk/content/documentation/online_help/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/documentation/online_help/index.html?rev=1591601&r1=1591600&r2=1591601&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/documentation/online_help/index.html (original)
+++ openoffice/ooo-site/trunk/content/documentation/online_help/index.html Thu May  1 11:04:23 2014
@@ -1,7 +1,7 @@
 <html><head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
 <style>
-	dt {font-weight: bold; margin-top: 10px;}
+	dt {font-weight: bold; margin-top: 10px; float: none;}
 	dd { margin: 4px, 4px, 4px, 30px;}
 </style>
 </head>