Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2006-10-18 23:53:53 +0000
committerChris Goldthorpe2006-10-18 23:53:53 +0000
commitf882a3d003c01b6bace40c8bf661cd4b92ef9aff (patch)
treeed361cf45bd92524ee1afe0f9c0a8791bfe4eaa4 /org.eclipse.help.base
parentc7d7acd10efa06a22c8e43aa35f2dce45a5aa539 (diff)
downloadeclipse.platform.ua-f882a3d003c01b6bace40c8bf661cd4b92ef9aff.tar.gz
eclipse.platform.ua-f882a3d003c01b6bace40c8bf661cd4b92ef9aff.tar.xz
eclipse.platform.ua-f882a3d003c01b6bace40c8bf661cd4b92ef9aff.zip
Add missing units (px) for margins
Diffstat (limited to 'org.eclipse.help.base')
-rw-r--r--org.eclipse.help.base/doc/book.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.base/doc/book.css b/org.eclipse.help.base/doc/book.css
index 66c4d05c4..6e5bee0bb 100644
--- a/org.eclipse.help.base/doc/book.css
+++ b/org.eclipse.help.base/doc/book.css
@@ -1 +1 @@
-/******************************************************************************* * Copyright (c) 2003, 2006 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ body { margin: 0px 0px 0px 0px; } span.icon { white-space: nowrap; } img.icon { width: 16px; height: 16px; } #banner { width: 100%; overflow: hidden; } #content { margin: 0px 10px 0px 10px; } /* following font face declarations need to be removed for DBCS */ body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, Helvetica, sans-serif; color: #000000} /* end font face declarations */ /* following font size declarations should be OK for DBCS */ body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-size: 10pt; } /* end font size declarations */ body { background: white} h1 { font-size: 14pt; margin-top: 25; margin-bottom: 3 } h2 { font-size: 11pt; margin-top: 20; margin-bottom: 3 } a:link { color: #0000FF } a:hover { color: #000080 } a:visited { text-decoration: underline } \ No newline at end of file
+/******************************************************************************* * Copyright (c) 2003, 2006 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ body { margin: 0px 0px 0px 0px; } span.icon { white-space: nowrap; } img.icon { width: 16px; height: 16px; } #banner { width: 100%; overflow: hidden; } #content { margin: 0px 10px 0px 10px; } /* following font face declarations need to be removed for DBCS */ body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, Helvetica, sans-serif; color: #000000} /* end font face declarations */ /* following font size declarations should be OK for DBCS */ body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-size: 10pt; } /* end font size declarations */ body { background: white} h1 { font-size: 14pt; margin-top: 25px; margin-bottom: 3px } h2 { font-size: 11pt; margin-top: 20px; margin-bottom: 3px } a:link { color: #0000FF } a:hover { color: #000080 } a:visited { text-decoration: underline } \ No newline at end of file

Back to the top