adium-1.4 3114:4d167c90ce2e: Fixed case folding via the [CaseFol...

commits at adium.im commits at adium.im
Thu Oct 21 02:50:01 UTC 2010


details:	http://hg.adium.im/adium-1.4/rev/4d167c90ce2e
revision:	3114:4d167c90ce2e
author:		Evan Schoenberg
date:		Wed Oct 20 21:49:55 2010 -0500

Fixed case folding via the [CaseFoldExtension http://mercurial.selenic.com/wiki/CaseFoldExtension]

diffs (341 lines):

diff -r 36e8a5a934e2 -r 4d167c90ce2e AdiumHelp/css/accesspage.css
--- a/AdiumHelp/css/accesspage.css	Wed Oct 20 21:46:01 2010 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,86 +0,0 @@
-/*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 36e8a5a934e2 -r 4d167c90ce2e AdiumHelp/css/topicpage.css
--- a/AdiumHelp/css/topicpage.css	Wed Oct 20 21:46:01 2010 -0500
+++ /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




More information about the commits mailing list