www/adium.im 385:976c29d20248: Separate the iconed lists to a ne...

commits at adium.im commits at adium.im
Mon Mar 21 21:37:13 UTC 2011


details:	http://hg.adium.im/www/adium.im/rev/976c29d20248
revision:	385:976c29d20248
branch:		adiumx.com
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Mon Mar 21 22:36:53 2011 +0100

Separate the iconed lists to a new CSS file.

diffs (103 lines):

diff -r b252d24f9b48 -r 976c29d20248 help/css/hot.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/help/css/hot.css	Mon Mar 21 22:36:53 2011 +0100
@@ -0,0 +1,39 @@
+a.closed:link, a.closed:visited, span.closed {
+	text-decoration: line-through;
+}
+
+ul.iconed > li {
+	background-repeat: no-repeat;
+	background-position: 0 50%;
+	padding: 3px 0 3px 45px;
+}
+
+li.li_fb {
+	background-image: url(http://adium.im/images/services/icon-facebook.png);
+}
+
+li.li_msn {
+	background-image: url(http://adium.im/images/services/icon-msn.png);
+}
+
+li.li_icq {
+	background-image: url(http://adium.im/images/services/icon-icq.png);
+}
+
+li.li_irc {
+	background-image: url(http://adium.im/images/services/icon-irc.png);
+}
+
+li.li_cocoaforge {
+	background-image: url(../gfx/cocoaforge.png);
+}
+
+ul.iconed {
+	list-style: none;
+	margin: 0;
+	padding: 0;
+}
+
+.ext_link_ul {
+	list-style-image: url(../gfx/ExternalLink.gif);
+}
diff -r b252d24f9b48 -r 976c29d20248 help/css/mainpage.css
--- a/help/css/mainpage.css	Mon Mar 14 04:30:04 2011 +0100
+++ b/help/css/mainpage.css	Mon Mar 21 22:36:53 2011 +0100
@@ -33,44 +33,4 @@
 }
 .icon {
 	margin-bottom:-2px;
-}
-
-a.closed:link, a.closed:visited, span.closed {
-	text-decoration: line-through;
-}
-
-ul.iconed > li {
-	background-repeat: no-repeat;
-	background-position: 0 50%;
-	padding: 3px 0 3px 45px;
-}
-
-li.li_fb {
-	background-image: url(http://adium.im/images/services/icon-facebook.png);
-}
-
-li.li_msn {
-	background-image: url(http://adium.im/images/services/icon-msn.png);
-}
-
-li.li_icq {
-	background-image: url(http://adium.im/images/services/icon-icq.png);
-}
-
-li.li_irc {
-	background-image: url(http://adium.im/images/services/icon-irc.png);
-}
-
-li.li_cocoaforge {
-	background-image: url(../gfx/cocoaforge.png);
-}
-
-ul.iconed {
-	list-style: none;
-	margin: 0;
-	padding: 0;
-}
-
-.ext_link_ul {
-	list-style-image: url(../gfx/ExternalLink.gif);
 }
\ No newline at end of file
diff -r b252d24f9b48 -r 976c29d20248 help/index.html
--- a/help/index.html	Mon Mar 14 04:30:04 2011 +0100
+++ b/help/index.html	Mon Mar 21 22:36:53 2011 +0100
@@ -7,6 +7,7 @@
 	<link rel="stylesheet" type="text/css" href="../styles/layoutstyle.css" />
 	<link rel="stylesheet" type="text/css" href="../styles/defaultstyle.css" />
 	<link rel="stylesheet" type="text/css" href="css/mainpage.css" />
+	<link rel="stylesheet" type="text/css" href="css/hot.css" />
 	<link rel="stylesheet" type="text/css" href="css/common.css" />
 	<script src="http://www.google.com/jsapi" type="text/javascript"></script>
 	<script type="text/javascript">




More information about the commits mailing list