From 2eaf0b9986dc2dc99cc1758000c6e59545ed41a7 Mon Sep 17 00:00:00 2001 From: "L. Frank Turovich" Date: Sun, 4 Jul 2010 18:38:52 +0000 Subject: [PATCH] Revised text and images for Creating a simple application page --- doc/org.eclipse.cdt.doc.user/book.css | 8 +- .../getting_started/cdt_w_basic.htm | 172 +++++++++++------- doc/org.eclipse.cdt.doc.user/help.css | 112 ++++++------ .../images/cdt_w_basic02.png | Bin 24747 -> 26819 bytes .../images/cdt_w_basic03.png | Bin 27958 -> 37771 bytes .../images/cdt_w_basic03a.png | Bin 24769 -> 37848 bytes .../images/cdt_w_basic04.png | Bin 26516 -> 44272 bytes .../images/cdt_w_basic06a.png | Bin 0 -> 31922 bytes .../images/cdt_w_basic07.png | Bin 29471 -> 41434 bytes .../images/cdt_w_basic12.png | Bin 20281 -> 32957 bytes .../images/cdt_w_basic13.png | Bin 6544 -> 25334 bytes 11 files changed, 167 insertions(+), 125 deletions(-) create mode 100755 doc/org.eclipse.cdt.doc.user/images/cdt_w_basic06a.png diff --git a/doc/org.eclipse.cdt.doc.user/book.css b/doc/org.eclipse.cdt.doc.user/book.css index 39391cd1cac..cd4e5a03c95 100644 --- a/doc/org.eclipse.cdt.doc.user/book.css +++ b/doc/org.eclipse.cdt.doc.user/book.css @@ -7,17 +7,17 @@ pre { font-family: Courier, monospace} /* end font face declarations */ /* following font size declarations should be OK for DBCS */ -body, h1, h2, h3, h4, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-size: 10pt; } -pre { font-size: 10pt} +body, h1, h2, h3, h4, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-size: 12pt; } +pre { font-size: 12pt} /* end font size declarations */ body { background: #FFFFFF} h1 { font-size: 18pt; margin-top: 5; margin-bottom: 1 } h2 { font-size: 14pt; margin-top: 25; margin-bottom: 3 } -h3 { font-size: 11pt; margin-top: 20; margin-bottom: 3 } +h3 { font-size: 12pt; margin-top: 20; margin-bottom: 3 } h4 { font-size: 10pt; margin-top: 20; margin-bottom: 3; font-style: italic } -p { font-size: 10pt; } +p { font-size: 12pt; } pre { margin-left: 6; font-size: 9pt } a:link { color: #006699 } diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm index 362039642f3..a9d96fba0d4 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm @@ -3,7 +3,7 @@ New CDT Project with generated makefile - Tutorial - +