adium-1.4 3111:54950c2d0c33: Extensive documentation updates for...

commits at adium.im commits at adium.im
Thu Oct 21 02:10:32 UTC 2010


details:	http://hg.adium.im/adium-1.4/rev/54950c2d0c33
revision:	3111:54950c2d0c33
author:		Evan Schoenberg
date:		Wed Oct 20 21:09:51 2010 -0500

Extensive documentation updates for Adium 1.4. Credit goes primarily to Robby Vehse and Kyle Jorgensen for this work - thanks, guys!

diffs (truncated from 10491 to 1000 lines):

diff -r 0e061cd60338 -r 54950c2d0c33 AdiumHelp/AdiumHelp.helpindex
Binary file AdiumHelp/AdiumHelp.helpindex has changed
diff -r 0e061cd60338 -r 54950c2d0c33 AdiumHelp/AdiumHelp.html
--- a/AdiumHelp/AdiumHelp.html	Wed Oct 20 19:40:27 2010 -0500
+++ b/AdiumHelp/AdiumHelp.html	Wed Oct 20 21:09:51 2010 -0500
@@ -1,1 +1,36 @@
-<?xml version="1.0" encoding="utf-8"?>
<!-- adapted from the iChat Help Book -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="content-type" content="text/html; charset=utf-8" />
		<title>
			Adium Help
		</title>
		<meta name="AppleTitle" content="Adium Help" />
		<meta name="AppleIcon" content="AdiumHelp/gfx/AdiumIcon-sm.png" />
		<meta name="robots" content="anchors" />
		<link href="css/accessTiger.css" rel="stylesheet" media="all" type="text/css" />
	</head>
	<body>
		<div id="frame">
			<a name="ax-access" id="ax-access"></a><a name="access" id="access"></a>
			<div id="contentleft">
				<center>
					<img src="gfx/SplashScreen.png" alt="Image of Adium application" width="200" height="155" border="0" />
					<h1>
						<img class="icon" src="gfx/AdiumIcon.png" alt="Adium icon" width="32" height="32" border="0" /> Adium Help
					</h1>
					<h4>
						<a href="http://www.adiumx.com/">www.adiumx.com</a>
					</h4>
				</center>
			</div>
			<div id="contentcenter"></div>
			<div id="contentright">
				<h2>
					What's New in Adium?
				</h2>
				<p>
					<a href="pgs/Whats-New.html">Check out great new features.</a>
				</p>
				<h2 class="space17">
					Discover Adium
				</h2>
				<p>
					<a href="pgs/Discover.html">Master the duck.</a>
				</p>
				<h2 class="space17">
					Solving Problems
				</h2>
				<p>
					<a href="pgs/Troubleshooting.html">Find tips to solve common problems.</a>
				</p>
				<h2 class="space17">
					Index
				</h2>
				<p>
					<a href="pgs/index.html">Look up topics easily.</a>
				</p>
			</div>
		</div>
	</body>
</html>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+<!-- adapted from the iChat Help Book -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<title>Adium Help</title>
+<meta name="AppleTitle" content="Adium Help" />
+<meta name="AppleIcon" content="AdiumHelp/gfx/AdiumIcon-sm.png" />
+<meta name="robots" content="anchors" />
+<link href="css/accesspage.css" rel="stylesheet" media="all" type="text/css" />
+</head>
+<body>
+<div id="frame"> <a name="ax-access" id="ax-access"></a><a name="access" id="access"></a>
+	<center>
+		<h1> <img class="icon" src="gfx/AdiumIcon.png" alt="Adium icon" width="32" height="32" border="0" /> Adium Help </h1>
+	</center>
+	<div id="contentleft">
+		<center>
+			<img src="gfx/SplashScreen.png" alt="Image of Adium application" width="200" height="155" border="0" />
+		</center>
+	</div>
+	<div id="contentcenter"></div>
+	<div id="contentright">
+		<h2> What's New in Adium? </h2>
+		<p> <a href="pgs/Whats-New.html">Check out great new features.</a> </p>
+		<h2 class="space17"> Adium Documentation </h2>
+		<p> <a href="pgs/AdiumDocumentation.html">Learn how to use Adium.</a> </p>
+		<h2 class="space17"> Troubleshooting </h2>
+		<p> <a href="pgs/Troubleshooting.html">Solve common problems.</a> </p>
+	</div>
+	<h4 id="contentbottom"> <a href="http://www.adium.im/">www.adium.im</a> </h4>
+</div>
+</body>
+</html>
diff -r 0e061cd60338 -r 54950c2d0c33 AdiumHelp/License.txt
--- a/AdiumHelp/License.txt	Wed Oct 20 19:40:27 2010 -0500
+++ b/AdiumHelp/License.txt	Wed Oct 20 21:09:51 2010 -0500
@@ -1,3 +1,7 @@
+This documentation is distributed under the terms of the GPLv2, which may be found in their entirety in the parent Adium distribution.
+
+This AdiumHelp bundle is built around the Apple Help framework distributed by Andy Matuschak under the following license:
+
 Copyright (c) 2005 Andy Matuschak
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
diff -r 0e061cd60338 -r 54950c2d0c33 AdiumHelp/css/accessPage.css
--- a/AdiumHelp/css/accessPage.css	Wed Oct 20 19:40:27 2010 -0500
+++ b/AdiumHelp/css/accessPage.css	Wed Oct 20 21:09:51 2010 -0500
@@ -1,1 +1,86 @@
-/*  This Apple Help template put together by Andy Matuschak
	http://www.andymatuschak.org
	andy at andymatuschak.org
	Version 1.0
	
	Adapted from the Safari help book--thanks, Apple!
	Adapted more directly from Pixen's help book.
	Licensed under MIT. */
/* Tiger access v1.0b*/
/* <html><head><meta name="robots" content="noindex"></head></html> */
body {
color:#000;
background-color:#fff;
margin:0;
}

a {
color:#00f;
font-family:"Lucida Grande", Arial, sans-serif;
text-decoration:none;
}

h1 {
color:#000;
font-size:18pt;
font-family:"Lucida Grande", Arial, sans-serif;
font-weight:500;
letter-spacing:-1pt;
padding-top:8px;
}

h2 {
color:#000;
font-size:11pt;
font-family:"Lucida Grande", Arial, sans-serif;
font-weight:300;
margin-top:16px;
}

h4 {
color:#000;
font-size:8pt;
font-family:"Lucida Grande", Arial, sans-serif;
font-weight:300;
margin-top:21px;
}

p {
font-size:9pt;
font-family:"Lucida Grande", Arial, sans-serif;
margin-top:-10px;
margin-left:0;
}

a:hover {
text-decoration:underline;
}

#contentleft {
margin-top:38px;
width:235px;
float:left;
}

#contentcenter {
margin-top:2px;
padding:0;
width:18px;
float:left;
}

#contentright {
margin-top:18px;
padding-left:30px;
width:210px;
height:300px;
float:left;
border-left:1px solid gray;
}

#frame {
text-align:left;
margin-top:12px;
margin-right:auto;
margin-left:auto;
width:500px;
}

.space17 {
padding-top:17px;
}

.smlapp {
height:275px;
}

.utility {
margin-top:6px;
margin-bottom:24px;
}

.icon {
margin-bottom:-10px;
}
\ No newline at end of file
+/*Tiger access v1.0b*/
+/*<html><head><meta name="robots" content="noindex"></head></html>*/
+/*Edited by Kyle Jorgensen 2010*/
+body {
+	color:#000;
+	background-color:#fff;
+	margin:0;
+	font-family:"Lucida Grande", "Helvetica Neue", sans-serif;
+}
+a {
+	color:#00f;
+	text-decoration:none;
+}
+h1 {
+	color:#000;
+	font-size:18pt;
+	font-weight:500;
+	letter-spacing:-1pt;
+	padding-top:12px;
+}
+h2 {
+	color:#000;
+	font-size:11pt;
+	font-weight:300;
+	margin-top:16px;
+}
+h4 {
+	color:#000;
+	font-size:8pt;
+	font-weight:300;
+	margin-top:21px;
+}
+p {
+	font-size:9pt;
+	margin-top:-10px;
+	margin-left:0;
+}
+a:hover {
+	text-decoration:underline;
+}
+#contenttop {
+    text-align: center;
+}
+#contentleft {
+	margin-top:38px;
+	width:235px;
+	float:left;
+}
+#contentcenter {
+	margin-top:2px;
+	padding:0;
+	width:18px;
+	float:left;
+}
+#contentright {
+	margin-top:18px;
+	padding-left:30px;
+	width:210px;
+	height:200px;
+	float:left;
+	border-left:1px solid gray;
+	margin-bottom: 30px;
+}
+#contentbottom {
+    text-align: center;
+}
+#frame {
+	text-align:left;
+	margin-top:12px;
+	margin-right:auto;
+	margin-left:auto;
+	width:500px;
+}
+.space17 {
+	padding-top:17px;
+}
+.smlapp {
+	height:275px;
+}
+.utility {
+	margin-top:6px;
+	margin-bottom:24px;
+}
+.icon {
+	margin-bottom:-2px;
+}
diff -r 0e061cd60338 -r 54950c2d0c33 AdiumHelp/css/accessTiger.css
--- a/AdiumHelp/css/accessTiger.css	Wed Oct 20 19:40:27 2010 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-/*Tiger access v1.0b*/
/*<html><head><meta name="robots" content="noindex"></head></html>*/
body {
color:#000;
background-color:#fff;
margin:0;
font-family:"Lucida Grande","Helvetica Neue",sans-serif;
}

a {
color:#00f;
text-decoration:none;
}

h1 {
color:#000;
font-size:18pt;
font-weight:500;
letter-spacing:-1pt;
padding-top:12px;
}

h2 {
color:#000;
font-size:11pt;
font-weight:300;
margin-top:16px;
}

h4 {
color:#000;
font-size:8pt;
font-weight:300;
margin-top:21px;
}

p {
font-size:9pt;
margin-top:-10px;
margin-left:0;
}

a:hover {
text-decoration:underline;
}

#contentleft {
margin-top:38px;
width:235px;
float:left;
}

#contentcenter {
margin-top:2px;
padding:0;
width:18px;
float:left;
}

#contentright {
margin-top:18px;
padding-left:30px;
width:210px;
height:300px;
float:left;
border-left:1px solid gray;
}

#frame {
text-align:left;
margin-top:12px;
margin-right:auto;
margin-left:auto;
width:500px;
}

.space17 {
padding-top:17px;
}

.smlapp {
height:275px;
}

.utility {
margin-top:6px;
margin-bottom:24px;
}

.icon {
margin-bottom:-2px;
}
\ No newline at end of file
diff -r 0e061cd60338 -r 54950c2d0c33 AdiumHelp/css/accesspage.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/AdiumHelp/css/accesspage.css	Wed Oct 20 21:09:51 2010 -0500
@@ -0,0 +1,86 @@
+/*Tiger access v1.0b*/
+/*<html><head><meta name="robots" content="noindex"></head></html>*/
+/*Edited by Kyle Jorgensen 2010*/
+body {
+	color:#000;
+	background-color:#fff;
+	margin:0;
+	font-family:"Lucida Grande", "Helvetica Neue", sans-serif;
+}
+a {
+	color:#00f;
+	text-decoration:none;
+}
+h1 {
+	color:#000;
+	font-size:18pt;
+	font-weight:500;
+	letter-spacing:-1pt;
+	padding-top:12px;
+}
+h2 {
+	color:#000;
+	font-size:11pt;
+	font-weight:300;
+	margin-top:16px;
+}
+h4 {
+	color:#000;
+	font-size:8pt;
+	font-weight:300;
+	margin-top:21px;
+}
+p {
+	font-size:9pt;
+	margin-top:-10px;
+	margin-left:0;
+}
+a:hover {
+	text-decoration:underline;
+}
+#contenttop {
+    text-align: center;
+}
+#contentleft {
+	margin-top:38px;
+	width:235px;
+	float:left;
+}
+#contentcenter {
+	margin-top:2px;
+	padding:0;
+	width:18px;
+	float:left;
+}
+#contentright {
+	margin-top:18px;
+	padding-left:30px;
+	width:210px;
+	height:200px;
+	float:left;
+	border-left:1px solid gray;
+	margin-bottom: 30px;
+}
+#contentbottom {
+    text-align: center;
+}
+#frame {
+	text-align:left;
+	margin-top:12px;
+	margin-right:auto;
+	margin-left:auto;
+	width:500px;
+}
+.space17 {
+	padding-top:17px;
+}
+.smlapp {
+	height:275px;
+}
+.utility {
+	margin-top:6px;
+	margin-bottom:24px;
+}
+.icon {
+	margin-bottom:-2px;
+}
diff -r 0e061cd60338 -r 54950c2d0c33 AdiumHelp/css/genlist.html
--- a/AdiumHelp/css/genlist.html	Wed Oct 20 19:40:27 2010 -0500
+++ b/AdiumHelp/css/genlist.html	Wed Oct 20 21:09:51 2010 -0500
@@ -1,1 +1,21 @@
-<html>

	<head>
		<meta http-equiv="content-type" content="text/html;charset=utf-8">
		<title>AppleTopicListOther</title>
		<meta name="robots" content="noindex">
		<link href="AppleTopicListCSS" rel="stylesheet" media="all">
	</head>

	<body>
		<div id="list">
			<h1>AppleTopicListOther</h1>
			<p>Click a topic below.</p>
			<!-- AppleTopicListRowBegin -->
			<p><a href="AppleTopicListURL">AppleTopicListItemTitle</a></p>
			<!-- AppleTopicListRowEnd --></div>
		<div id="banner">
			<div id="machelp">
				<a class="bread" href="help:anchor='access' bookID=Adium X Help">Adium X Help</a></div>
			<div id="index">
				<a class="leftborder" href="help:anchor='ax-index' bookID=Adium X Help">Index</a></div>
		</div>
	</body>

</html>
\ No newline at end of file
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html;charset=utf-8">
+<title>AppleTopicListOther</title>
+<meta name="robots" content="noindex">
+<link href="AppleTopicListCSS" rel="stylesheet" media="all">
+</head>
+<body>
+<div id="list">
+	<h1>AppleTopicListOther</h1>
+	<p>Click a topic below.</p>
+	<!-- AppleTopicListRowBegin -->
+	<p><a href="AppleTopicListURL">AppleTopicListItemTitle</a></p>
+	<!-- AppleTopicListRowEnd -->
+</div>
+<div id="banner">
+	<div id="machelp"> <a class="bread" href="help:anchor='access' bookID=Adium X Help">Adium X Help</a></div>
+	<div id="index"> <a class="leftborder" href="help:anchor='ax-index' bookID=Adium X Help">Index</a></div>
+</div>
+</body>
+</html>
diff -r 0e061cd60338 -r 54950c2d0c33 AdiumHelp/css/genlist_style.css
--- a/AdiumHelp/css/genlist_style.css	Wed Oct 20 19:40:27 2010 -0500
+++ b/AdiumHelp/css/genlist_style.css	Wed Oct 20 21:09:51 2010 -0500
@@ -1,1 +1,73 @@
-/* APD CSS Genlist Style 2.0c*/
/* <html><head><meta name="robots" content="noindex"></head></html> */
body {
margin:2px 12px 12px;
}

h1 {
font-size:11pt;
font-family:"Lucida Grande", Arial, sans-serif;
margin-bottom:-4px;
}

p {
font-size:9pt;
line-height:12pt;
font-family:"Lucida Grande", Arial, sans-serif;
margin-bottom:-4px;
}

a {
color:#00f;
font-size:9pt;
font-family:"Lucida Grande", Arial, sans-serif;
line-height:12pt;
text-decoration:none;
}

a:hover {
color:#00f;
text-decoration:underline;
}

#banner {
background-color:#f2f2f2;
background-repeat:no-repeat;
padding:2px 6px 0;
position:fixed;
top:0;
left:0;
width:100%;
height:1.2em;
float:left;
border-bottom:1px solid #bfbfbf;
}

#machelp {
position:absolute;
top:2px;
left:10px;
}

#index {
background-color:#f2f2f2;
padding-right:25px;
position:absolute;
top:2px;
right:12px;
width:auto;
float:right;
}

#list {
margin-top:36px;
padding-right:6px;
width:100%;
}

.bread {
color:#00f;
font-size:8pt;
margin:-9px 0 -6px;
}

.leftborder {
color:#00f;
font-size:8pt;
margin:-9px 0 -6px;
padding-top:2px;
padding-bottom:3px;
padding-left:8px;
border-left:1px solid #bfbfbf;
}
\ No newline at end of file
+/* APD CSS Genlist Style 2.0c*/
+/* <html><head><meta name="robots" content="noindex"></head></html> */
+/*Edited by Kyle Jorgensen 2010*/
+body {
+	margin:2px 12px 12px;
+}
+h1 {
+	font-size:11pt;
+	font-family:"Lucida Grande", Arial, sans-serif;
+	margin-bottom:-4px;
+}
+p {
+	font-size:9pt;
+	line-height:12pt;
+	font-family:"Lucida Grande", Arial, sans-serif;
+	margin-bottom:-4px;
+}
+a {
+	color:#00f;
+	font-size:9pt;
+	font-family:"Lucida Grande", Arial, sans-serif;
+	line-height:12pt;
+	text-decoration:none;
+}
+a:hover {
+	color:#00f;
+	text-decoration:underline;
+}
+#banner {
+	background-color:#f2f2f2;
+	background-repeat:no-repeat;
+	padding:2px 6px 0;
+	position:fixed;
+	top:0;
+	left:0;
+	width:100%;
+	height:1.2em;
+	float:left;
+	border-bottom:1px solid #bfbfbf;
+}
+#machelp {
+	position:absolute;
+	top:2px;
+	left:10px;
+}
+#index {
+	background-color:#f2f2f2;
+	padding-right:25px;
+	position:absolute;
+	top:2px;
+	right:12px;
+	width:auto;
+	float:right;
+}
+#list {
+	margin-top:36px;
+	padding-right:6px;
+	width:100%;
+}
+.bread {
+	color:#00f;
+	font-size:8pt;
+	margin:-9px 0 -6px;
+}
+.leftborder {
+	color:#00f;
+	font-size:8pt;
+	margin:-9px 0 -6px;
+	padding-top:2px;
+	padding-bottom:3px;
+	padding-left:8px;
+	border-left:1px solid #bfbfbf;
+}
diff -r 0e061cd60338 -r 54950c2d0c33 AdiumHelp/css/index.css
--- a/AdiumHelp/css/index.css	Wed Oct 20 19:40:27 2010 -0500
+++ b/AdiumHelp/css/index.css	Wed Oct 20 21:09:51 2010 -0500
@@ -1,1 +1,129 @@
-/* Tiger index.css v1.0e*/
/* <html><head><meta name="robots" content="noindex"></head></html> */
body {
margin:2px 12px 12px;
}

h1 {
font-size:11pt;
font-family:"Lucida Grande", Arial, sans-serif;
margin-bottom:0;
}

p {
font-size:9pt;
font-family:"Lucida Grande", Arial, sans-serif;
line-height:12pt;
text-decoration:none;
}

a {
color:#00f;
font-size:9pt;
font-family:"Lucida Grande", Arial, sans-serif;
line-height:12pt;
text-decoration:none;
}

a:hover {
color:#00f;
text-decoration:underline;
}

#letters {
background-color:#fff;
padding-top:1px;
padding-bottom:0;
padding-left:12px;
position:fixed;
z-index:1;
top:1.2em;
right:0;
left:0;
width:1000px;
height:1.2em;
float:left;
border-top:1px solid #bfbfbf;
border-bottom:1px solid #bfbfbf;
}

#terms {
position:absolute;
top:3em;
width:470px;
}

#banner {
background-color:#f2f2f2;
background-repeat:no-repeat;
padding:2px 6px 0;
position:fixed;
z-index:1;
top:0;
left:0;
width:100%;
height:1.2em;
float:left;
border-bottom:1px solid #bfbfbf;
}

#machelp {
position:absolute;
top:2px;
left:10px;
}

#index {
padding-right:25px;
position:absolute;
top:2px;
left:85%;
}

#mainbox {
margin-top:36px;
padding-right:6px;
}

.seealso {
color:#5c5c5c;
text-decoration:none;
}

.select {
color:#00f;
font-size:10pt;
background-color:#ff9f00;
margin-right:-1px;
margin-left:-1px;
padding:2px 2px 3px;
}

.letter {
color:#00f;
font-size:10pt;
margin-right:1px;
margin-left:1px;
}

.leftborder {
color:#00f;
font-size:8pt;
margin:-9px 0 -6px;
padding-top:2px;
padding-bottom:3px;
padding-left:8px;
border-left:1px solid #bfbfbf;
}

tr {
margin-top:12px;
margin-bottom:12px;
}

td {
padding:3px;
border-bottom:1px solid #eee;
}

table {
margin-bottom:12px;
border-style:dotted;
border-color:#bfbfbf;
}

.bread {
color:#00f;
font-size:8pt;
margin:-9px 0 -6px;
}
\ No newline at end of file
+/* Tiger index.css v1.0e*/
+/* <html><head><meta name="robots" content="noindex"></head></html> */
+/*Edited by Kyle Jorgensen 2010*/
+body {
+	margin:2px 12px 12px;
+}
+#banner {
+	background-color:#CCC;
+	background-repeat:no-repeat;
+	padding:2px 6px 0;
+	position:fixed;
+	z-index:1;
+	top:0;
+	left:0;
+	width:100%;
+	height:20px;
+	float:left;
+	border-bottom: 1px solid #999;
+}
+#banner a {
+	color:#000;
+}
+#machelp {
+	font-size: 10px;
+	position: absolute;
+	top: 2px;
+	left: 20px;
+	background-image:url(../gfx/adium-sm.png);
+	background-repeat:no-repeat;
+	text-indent: 20px;
+}
+#index {
+	float: right;
+	top: 2px;
+	font-size: 10px;
+	margin-right: 24px;
+}
+.bread {
+	color:#00f;
+	font-size:8pt;
+	margin:-9px 0 -6px;
+}
+.leftborder {
+	color:#00f;
+	font-size:8pt;
+	margin:-9px 0 -6px;
+	padding-top:24px;
+	padding-bottom:3px;
+	padding-left:8px;
+	border-left:1px solid #999;
+}
+h1 {
+	font-size:11pt;
+	font-family:"Lucida Grande", Arial, sans-serif;
+	margin-bottom:0;
+}
+p {
+	font-size:9pt;
+	font-family:"Lucida Grande", Arial, sans-serif;
+	line-height:12pt;
+	text-decoration:none;
+}
+a {
+	color:#00f;
+	font-size:9pt;
+	font-family:"Lucida Grande", Arial, sans-serif;
+	line-height:12pt;
+	text-decoration:none;
+}
+a:hover {
+	color:#00f;
+	text-decoration:underline;
+}
+#letters {
+	background-color:#fff;
+	padding-top:1px;
+	padding-bottom:0;
+	padding-left:12px;
+	position:fixed;
+	z-index:1;
+	top:1.2em;
+	right:0;
+	left:0;
+	width:1000px;
+	height:1.2em;
+	float:left;
+	border-top:1px solid #bfbfbf;
+	border-bottom:1px solid #bfbfbf;
+}
+#terms {
+	position:absolute;
+	top:3em;
+	width:470px;
+}
+#mainbox {
+	margin-top:36px;
+	padding-right:6px;
+}
+.seealso {
+	color:#5c5c5c;
+	text-decoration:none;
+}
+.select {
+	color:#00f;
+	font-size:10pt;
+	background-color:#ff9f00;
+	margin-right:-1px;
+	margin-left:-1px;
+	padding:2px 2px 3px;
+}
+.letter {
+	color:#00f;
+	font-size:10pt;
+	margin-right:1px;
+	margin-left:1px;
+}
+tr {
+	margin-top:12px;
+	margin-bottom:12px;
+}
+td {
+	padding:3px;
+	border-bottom:1px solid #eee;
+}
+table {
+	margin-bottom:12px;
+	border-style:dotted;
+	border-color:#bfbfbf;
+}
diff -r 0e061cd60338 -r 54950c2d0c33 AdiumHelp/css/indexPage.css
--- a/AdiumHelp/css/indexPage.css	Wed Oct 20 19:40:27 2010 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-/*  This Apple Help template put together by Andy Matuschak
	http://www.andymatuschak.org
	andy at andymatuschak.org
	Version 1.0
	
	Adapted from the Safari help book--thanks, Apple!
	Adapted more directly from Pixen's help book.
	Licensed under MIT. */
/* Tiger index.css v1.0e*/
/* <html><head><meta name="robots" content="noindex"></head></html> */
body {
margin:2px 12px 12px;
}

h1 {
font-size:11pt;
font-family:"Lucida Grande", Arial, sans-serif;




More information about the commits mailing list