adium 3590:b551587ddeae: Removing for stupid case-sensitivity.

commits at adium.im commits at adium.im
Fri Dec 3 12:39:35 UTC 2010


details:	http://hg.adium.im/adium/rev/b551587ddeae
revision:	3590:b551587ddeae
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Fri Dec 03 13:34:33 2010 +0100

Removing for stupid case-sensitivity.
Subject: adium 3591:eb8482c172ac: Readding lowercase, transplanting 2e47ee424bf2.

details:	http://hg.adium.im/adium/rev/eb8482c172ac
revision:	3591:eb8482c172ac
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Fri Dec 03 13:35:44 2010 +0100

Readding lowercase, transplanting 2e47ee424bf2.

diffs (501 lines):

diff -r 93a0dc4dd27f -r eb8482c172ac AdiumHelp/css/topicPage.css
--- a/AdiumHelp/css/topicPage.css	Fri Dec 03 03:53:34 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,246 +0,0 @@
-
-/*Created by Kyle Jorgensen 2010*/
-body {
-	margin:2px 12px 12px;
-	font-family:Lucida Grande, Helvetica Neue, sans-serif;
-}
-
-#nav {
-	position: fixed;
-	top: 0;
-	left: 0;
-	width: 100%;
-	height: 20px;
-	float: left;
-	border-bottom: 1px solid #999;
-	background-color: #CCC;
-}
-
-#banner {
-	position: fixed;
-	top: 0;
-	left: 0;
-	width: 100%;
-	height: 20px;
-	float: left;
-	border-bottom: 1px solid #999;
-	background-color: #CCC;
-	padding: 0px;
-}
-
-#nav a, #banner a {
-	color:#000;
-	text-shadow: #FFF 0px 1px;
-}
-
-#navleft {
-    height: 100%;
-	font-size: 10px;
-	position: absolute;
-	left: 20px;
-	background-image:url(../gfx/adium-sm.png);
-	background-repeat:no-repeat;
-	padding-left: 24px;
-}
-
-#navright {
-    height: 100%;
-	float: right;
-	font-size: 10px;
-}
-
-.navleftsty, .navrightsty {
-	color:#00f;
-	font-size:10px;
-	border-left: 1px solid #999;
-	height: 100%;
-	padding: 1px 10px 0px 10px;
-}
-
-.navleftsty {
-    float: left;
-}
-
-.navrightsty {
-	float: right;
-}
-
-h1 {
-	font-size:18px;
-	margin-bottom:0;
-}
-
-h2 {
-	font-size:10pt;
-	margin-top:0;
-	margin-bottom:-10px;
-}
-
-h3 {
-	font-size:14px;
-	font-weight:700;
-	margin-top:0px;
-	margin-bottom:0px;
-}
-
-p, td, th {
-	font-size:9pt;
-	line-height:12pt;
-	text-decoration:none;
-}
-
-th {
-    font-weight: bold;
-}
-
-ol {
-	font-size:9pt;
-	line-height:12pt;
-	list-style-position:outside;
-	margin-top:12px;
-	margin-bottom:12px;
-	margin-left:-18px;
-	padding-left:60px;
-}
-
-ol li {
-	margin-top:6px;
-	margin-bottom:6px;
-}
-
-ol p {
-	margin-top:6px;
-	margin-bottom:6px;
-}
-
-ul {
-	font-size:9pt;
-	line-height:12pt;
-	list-style-type:square;
-	list-style-position:outside;
-	margin-top:12px;
-	margin-bottom:12px;
-	margin-left:-24px;
-	padding-left:60px;
-}
-
-ul li {
-	margin-top:6px;
-	margin-bottom:6px;
-}
-
-ul p {
-	margin-top:6px;
-	margin-bottom:6px;
-}
-
-a {
-	color:#00f;
-	font-size:9pt;
-	line-height:12pt;
-	text-decoration:none;
-}
-
-a:hover {
-	color:#00f;
-	text-decoration:underline;
-}
-
-hr {
-	text-decoration:none;
-	border:solid 1px #bfbfbf;
-}
-
-td {
-	padding:6px;
-}
-
-#caticon {
-	margin-bottom:-3px;
-	float:left;
-}
-
-#pagetitle {
-	margin-top:12px;
-	margin-bottom:0px;
-	margin-left:40px;
-	width:88%;
-	border:solid 1px #fff;
-}
-
-#mainbox {
-	margin-top:30px;
-	padding-right:6px;
-}
-
-.taskboxline {
-	background-color: #FFF;
-	-webkit-border-radius: 10px;
-	-moz-border-radius: 10px;
-	border: 1px solid #CCC;
-	margin: 20px 0px;
-}
-
-.taskboxheader {
-	-webkit-border-radius: 10px 10px 0px 0px;
-	-moz-border-radius: 10px 10px 0px 0px;
-	border-bottom: 1px solid #CCC;
-	background-color:#e6edff;
-	height: 20px;
-	text-indent: 20px;
-}
-
-.taskboxtext {
-	margin: 0px 10px;
-}
-
-.taskboxtable {
-}
-
-.taskboxcontent img {
-	padding: 5px;
-	float: left;
-}
-.task {
-	background-color:#e6edff;
-	list-style-type:decimal;
-	list-style-position:outside;
-	margin:10px 20px;
-	padding:10px 40px;
-	border:solid 1px #bfbfbf
-}
-
-
-.seealso {
-	margin-top:4px;
-	margin-bottom:4px;
-}
-
-code {
-	color:#000;
-	font-size:9pt;
-	font-family:Verdana, Courier, sans-serif;
-}
-
-.ext_link {
-	background:url(../gfx/ExternalLink.gif)left center no-repeat;
-	padding:2px 0 0 16px;
-}
-
-.rules {
-	border-bottom:1px dotted #ccc;
-}
-
-.dots {
-	background-color: #FFF;
-	-webkit-border-radius: 10px;
-	-moz-border-radius: 10px;
-	border: 1px solid #CCC;
-	padding-top: 0px;
-	padding-bottom: 7px;
-}
-
-table {
-	border: 1px solid #CCC;
-	margin: 10px 0px;
-}
\ No newline at end of file
diff -r 93a0dc4dd27f -r eb8482c172ac AdiumHelp/css/topicpage.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/AdiumHelp/css/topicpage.css	Fri Dec 03 13:35:44 2010 +0100
@@ -0,0 +1,246 @@
+
+/*Created by Kyle Jorgensen 2010*/
+body {
+	margin:2px 12px 12px;
+	font-family:Lucida Grande, Helvetica Neue, sans-serif;
+}
+
+#nav {
+	position: fixed;
+	top: 0;
+	left: 0;
+	width: 100%;
+	height: 20px;
+	float: left;
+	border-bottom: 1px solid #999;
+	background-color: #CCC;
+}
+
+#banner {
+	position: fixed;
+	top: 0;
+	left: 0;
+	width: 100%;
+	height: 20px;
+	float: left;
+	border-bottom: 1px solid #999;
+	background-color: #CCC;
+	padding: 0px;
+}
+
+#nav a, #banner a {
+	color:#000;
+	text-shadow: #FFF 0px 1px;
+}
+
+#navleft {
+    height: 100%;
+	font-size: 10px;
+	position: absolute;
+	left: 20px;
+	background-image:url(../gfx/adium-sm.png);
+	background-repeat:no-repeat;
+	padding-left: 24px;
+}
+
+#navright {
+    height: 100%;
+	float: right;
+	font-size: 10px;
+}
+
+.navleftsty, .navrightsty {
+	color:#00f;
+	font-size:10px;
+	border-left: 1px solid #999;
+	height: 100%;
+	padding: 1px 10px 0px 10px;
+}
+
+.navleftsty {
+    float: left;
+}
+
+.navrightsty {
+	float: right;
+}
+
+h1 {
+	font-size:18px;
+	margin-bottom:0;
+}
+
+h2 {
+	font-size:10pt;
+	margin-top:0;
+	margin-bottom:-10px;
+}
+
+h3 {
+	font-size:14px;
+	font-weight:700;
+	margin-top:0px;
+	margin-bottom:0px;
+	padding: 4px 0 0 0;
+}
+
+p, td, th {
+	font-size:9pt;
+	line-height:12pt;
+	text-decoration:none;
+}
+
+th {
+    font-weight: bold;
+}
+
+ol {
+	font-size:9pt;
+	line-height:12pt;
+	list-style-position:outside;
+	margin-top:12px;
+	margin-bottom:12px;
+	margin-left:-18px;
+	padding-left:60px;
+}
+
+ol li {
+	margin-top:6px;
+	margin-bottom:6px;
+}
+
+ol p {
+	margin-top:6px;
+	margin-bottom:6px;
+}
+
+ul {
+	font-size:9pt;
+	line-height:12pt;
+	list-style-type:square;
+	list-style-position:outside;
+	margin-top:12px;
+	margin-bottom:12px;
+	margin-left:-24px;
+	padding-left:60px;
+}
+
+ul li {
+	margin-top:6px;
+	margin-bottom:6px;
+}
+
+ul p {
+	margin-top:6px;
+	margin-bottom:6px;
+}
+
+a {
+	color:#00f;
+	font-size:9pt;
+	line-height:12pt;
+	text-decoration:none;
+}
+
+a:hover {
+	color:#00f;
+	text-decoration:underline;
+}
+
+hr {
+	text-decoration:none;
+	border:solid 1px #bfbfbf;
+}
+
+td {
+	padding:6px;
+}
+
+#caticon {
+	margin-bottom:-3px;
+	float:left;
+}
+
+#pagetitle {
+	margin-top:12px;
+	margin-bottom:0px;
+	margin-left:40px;
+	width:88%;
+	border:solid 1px #fff;
+}
+
+#mainbox {
+	margin-top:30px;
+	padding-right:6px;
+}
+
+.taskboxline {
+	background-color: #FFF;
+	-webkit-border-radius: 10px;
+	-moz-border-radius: 10px;
+	border: 1px solid #CCC;
+	margin: 20px 0px;
+}
+
+.taskboxheader {
+	-webkit-border-radius: 10px 10px 0px 0px;
+	-moz-border-radius: 10px 10px 0px 0px;
+	border-bottom: 1px solid #CCC;
+	background-color:#e6edff;
+	height: 25px;
+	text-indent: 12px;
+}
+
+.taskboxtext {
+	margin: 0px 10px;
+}
+
+.taskboxtable {
+}
+
+.taskboxcontent img {
+	padding: 5px;
+	float: left;
+}
+.task {
+	background-color:#e6edff;
+	list-style-type:decimal;
+	list-style-position:outside;
+	margin:10px 20px;
+	padding:10px 40px;
+	border:solid 1px #bfbfbf
+}
+
+
+.seealso {
+	margin-top:4px;
+	margin-bottom:4px;
+}
+
+code {
+	color:#000;
+	font-size:9pt;
+	font-family:Verdana, Courier, sans-serif;
+}
+
+.ext_link {
+	background:url(../gfx/ExternalLink.gif)left center no-repeat;
+	padding:2px 0 0 16px;
+}
+
+.rules {
+	border-bottom:1px dotted #ccc;
+}
+
+.dots {
+	background-color: #FFF;
+	-webkit-border-radius: 10px;
+	-moz-border-radius: 10px;
+	border: 1px solid #CCC;
+	padding-top: 0px;
+	padding-bottom: 7px;
+}
+
+table {
+	margin: 10px 0px;
+}




More information about the commits mailing list