www/adium.im 552:08fcd3f76090: Cleanup a lot of the list padding...

commits at adium.im commits at adium.im
Sun Feb 12 22:39:33 UTC 2012


details:	http://hg.adium.im/www/adium.im/rev/08fcd3f76090
revision:	552:08fcd3f76090
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Sun Feb 12 21:49:24 2012 +0000

Cleanup a lot of the list padding issues.
Subject: www/adium.im 553:b1ded6844b62: Redirect http://blog.adium.im to http://www.adium.im/blog/ to retain consistency. Refs #12319

details:	http://hg.adium.im/www/adium.im/rev/b1ded6844b62
revision:	553:b1ded6844b62
branch:		adiumx.com
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Sun Feb 12 21:50:56 2012 +0000

Redirect http://blog.adium.im to http://www.adium.im/blog/ to retain consistency. Refs #12319
Subject: www/adium.im 554:81ceba4074f9: Cleanup.

details:	http://hg.adium.im/www/adium.im/rev/81ceba4074f9
revision:	554:81ceba4074f9
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Sun Feb 12 22:39:25 2012 +0000

Cleanup.

diffs (281 lines):

diff -r 1d276b7f36bd -r 81ceba4074f9 assets/styles/global.css
--- a/assets/styles/global.css	Sun Feb 12 20:06:48 2012 +0000
+++ b/assets/styles/global.css	Sun Feb 12 22:39:25 2012 +0000
@@ -57,7 +57,7 @@
 	line-height: 1.4em;
 }
 
-.content ul ul, .content ol ol, .content ol ul, .content li ol {
+.content ul ul, .content ol ol, .content ol ul, .content ul ol {
 	font-size: 1em;
 }
 
@@ -302,8 +302,8 @@
 
 h3 { color: #777; font-weight: 600; }
 
-/* Notice: Declare padding-fix to titles that are not wrapped inside an <article> */
-h1.padding-fix { padding: 10px 0 5px 10px; }
+/* Notice: Use padding-fix for titles that are not wrapped inside an <article> */
+.padding-fix { padding: 10px 0 5px 10px; }
 
 .half { width: 50%; float: left; }
 
@@ -312,12 +312,12 @@
 	padding-bottom: 1em;
 }
 
-.content ol, .content ul {
-	padding-bottom: 0;
-}
+.content strong { font-weight: 600; }
+.content a { color: #555; font-weight: 500; text-decoration: none; }
+.content a:hover { color: #333; text-decoration: underline; }
 
 /* Text above ul/ol */
-.list-header { padding-bottom: .8em; }
+p.list-header, p.list-header { padding-bottom: .8em; }
 
 pre { 
 	color: #555; 
@@ -329,13 +329,18 @@
 	word-wrap: break-word;
 }
 
-.content ol, .content ul { padding-left: 20px; }
+/* Text above ul/ol */
+p.list-header, p.list-header { padding-bottom: .8em; }
+
+ul.arrow li a:after { content: ' â–¸'; }
+
+.content ol, .content ul { padding: 1px 0 5px 25px; }
 .content ol { list-style-type: decimal; }
 .content ul { list-style-type: disc; }
-.content li { padding: 0 0 10px; line-height: 1.4em; }
-.content strong { font-weight: 600; }
-.content a { color: #555; font-weight: 500; text-decoration: none; }
-.content a:hover { color: #333; text-decoration: underline; }
+.content li { line-height: 1.4em; margin: 0 0 8px; }
+.content ol ol, .content ol ul, .content ul ul, .content ul ol { padding: 1px 0 1px 20px; }
+.content li ul, .content li ol { padding: 10px 0 0 20px; }
+.content ol ul, .content ul ul { list-style-type: circle; }
 
 hr {
 	border: 0; 
@@ -550,16 +555,11 @@
 
 /********** Media Queries **********/
 
-/* Notice: Prevent iOS devices from scaling the font-size on landscape mode */
+/* Notice: Prevent iOS devices from scaling the font-size in landscape mode */
 @media (max-device-width: 1000px) and (orientation: landscape) {
 	html { -webkit-text-size-adjust: none; }
 }
 
- at media (max-width: 980px) {
-	/* Content */
-	
-}
-
 @media (max-width: 930px) {
 	/* Footer */
 	.adium { width: 28%; }
diff -r 1d276b7f36bd -r 81ceba4074f9 help/documentation/accounts-creating-accounts.htmlfrag
--- a/help/documentation/accounts-creating-accounts.htmlfrag	Sun Feb 12 20:06:48 2012 +0000
+++ b/help/documentation/accounts-creating-accounts.htmlfrag	Sun Feb 12 22:39:25 2012 +0000
@@ -27,7 +27,7 @@
 <hr>
 
 <h2 id="signing_up_for_an_account">Signing up for an account</h2>
-<p>(Some of the following are external links)</p>
+<p class="list-header">(Some of the following are external links)</p>
 <ol>
 	<li>Free Services
 		<ul>
@@ -38,7 +38,7 @@
 			<li><a href="account-registering-jabber-account">Jabber</a></li>
 			<li><a href="http://www.livejournal.com/chat/">LiveJournal</a></li>
 			<li><a href="http://www.passport.com/">MSN Messenger</a></li>
-			<li><a href="http://edit.yahoo.com/">Yahoo!Messenger</a></li>
+			<li><a href="http://edit.yahoo.com/">Yahoo! Messenger</a></li>
 			<li><a href="http://trac.adium.im/wiki/Zephyr">Zephyr</a></li>
 		</ul>
 	</li>
diff -r 1d276b7f36bd -r 81ceba4074f9 help/documentation/contact-list-managing-contacts.htmlfrag
--- a/help/documentation/contact-list-managing-contacts.htmlfrag	Sun Feb 12 20:06:48 2012 +0000
+++ b/help/documentation/contact-list-managing-contacts.htmlfrag	Sun Feb 12 22:39:25 2012 +0000
@@ -36,15 +36,13 @@
 <h2>Showing offline contacts</h2>
 <ol>
 	<li>Select <strong>Show Offline Contacts</strong> from the <strong>View</strong> menu or hit <strong>Shift-⌘-H</strong>. Repeat the process to hide offline contacts.</li>
+	<li>Either press <strong>⌘-Delete</strong>, or choose <strong>Remove Contact</strong> from the <strong>Contact</strong> menu.</li>
 </ol>
-<ul>
-	<li>Either press <strong>⌘-Delete</strong>, or choose <strong>Remove Contact</strong> from the <strong>Contact</strong> menu.</li>
-</ul>
 
 <hr>
 
 <h2>Setting a contact's name (alias)</h2>
-<p>In some situations you may want to change how Adium displays a contact's name in your Contact List. To do this you will need to create an alias for that contact.</p>
+<p class="list-header">In some situations you may want to change how Adium displays a contact's name in your Contact List. To do this you will need to create an alias for that contact.</p>
 <ol>
 	<li><strong>Ctrl-Click</strong> the desired contact in the Contact List.</li>
 	<li>Select <strong>Get Info</strong> from the <strong>Contact</strong> menu.</li>
diff -r 1d276b7f36bd -r 81ceba4074f9 help/documentation/index.htmlfrag
--- a/help/documentation/index.htmlfrag	Sun Feb 12 20:06:48 2012 +0000
+++ b/help/documentation/index.htmlfrag	Sun Feb 12 22:39:25 2012 +0000
@@ -9,15 +9,15 @@
 <h2>Accounts</h2>
 <img src="../gfx/accounts-sm.png" alt="Image of Adium account types">
 <p class="list-header">Adium supports 21 different IM protocols from AIM to Yahoo. It lets you connect as many names on as many different services as you want all at the same time and gives you the flexibility to maintain all your contacts on a single contact list.</p>
-<ul>
-	<li><a href="accounts-list-of-services">List of services supported and their interoperability â–¸</a></li>
-	<li><a href="accounts-creating-accounts">Creating accounts â–¸</a></li>
-	<li><a href="accounts-contact-icons">Contact icons â–¸</a></li>
-	<li><a href="accounts-setting-your-status">Setting your status â–¸</a></li>
+<ul class="arrow">
+	<li><a href="accounts-list-of-services">List of services supported and their interoperability</a></li>
+	<li><a href="accounts-creating-accounts">Creating accounts</a></li>
+	<li><a href="accounts-contact-icons">Contact icons</a></li>
+	<li><a href="accounts-setting-your-status">Setting your status</a></li>
 	<li>Specific account use
-		<ul>
-			<li><a href="service-information-irc-support">IRC â–¸</a></li>
-			<li><a href="service-information-twitter-support">Twitter â–¸</a></li>
+		<ul class="arrow">
+			<li><a href="service-information-irc-support">IRC</a></li>
+			<li><a href="service-information-twitter-support">Twitter</a></li>
 		</ul>
 	</li>
 </ul>
@@ -27,14 +27,14 @@
 <h2>The contact list</h2>
 <img src="../gfx/Default contact list.png" alt="Exemplary default contact list">
 <p class="list-header">The contact list shows which contacts are online, their status and the protocol that they are on. Maintain all your contacts from different accounts in a single list and organize them in groups and combine contacts with multiple accounts into one entity.</p>
-<ul>
-	<li><a href="contact-list-contact-list">The contact list â–¸</a></li>
-	<li><a href="contact-list-status-icons">Status icons â–¸</a></li>
-	<li><a href="contact-list-managing-contacts">Managing contacts â–¸</a></li>
-	<li><a href="contact-list-managing-groups">Managing groups â–¸</a></li>
-	<li><a href="contact-list-combining-contacts">Combining contacts â–¸</a></li>
-	<li><a href="contact-list-sorting-displaying-contacts">Sorting and displaying contacts â–¸</a></li>
-	<li><a href="contact-list-blocking-unblocking">Blocking and unblocking contacts â–¸</a></li>
+<ul class="arrow">
+	<li><a href="contact-list-contact-list">The contact list</a></li>
+	<li><a href="contact-list-status-icons">Status icons</a></li>
+	<li><a href="contact-list-managing-contacts">Managing contacts</a></li>
+	<li><a href="contact-list-managing-groups">Managing groups</a></li>
+	<li><a href="contact-list-combining-contacts">Combining contacts</a></li>
+	<li><a href="contact-list-sorting-displaying-contacts">Sorting and displaying contacts</a></li>
+	<li><a href="contact-list-blocking-unblocking">Blocking and unblocking contacts</a></li>
 </ul>
 
 <hr>
@@ -42,13 +42,13 @@
 <h2>Messaging</h2>
 <img src="../gfx/Message-sm.png" alt="Message window screenshot">
 <p class="list-header">The Messaging window lets you communicate with your contacts. There are various features of this window from choosing which account of your contact you're talking to or want to talk to, adding files and emoticons to conversations and past chat history with the contact.</p>
-<ul>
-	<li><a href="messaging-message-view">The message view â–¸</a></li>
-	<li><a href="messaging-sending-messages">Sending messages â–¸</a></li>
-	<li><a href="messaging-group-chat">Group chat â–¸</a></li>
-	<li><a href="messaging-fonts-and-colors">Fonts and colors â–¸</a></li>
-	<li><a href="messaging-tabbed-messaging">Tabbed messaging â–¸</a></li>
-	<li><a href="messaging-transcript-viewer">Chat Transcript Viewer â–¸</a></li>
+<ul class="arrow">
+	<li><a href="messaging-message-view">The message view</a></li>
+	<li><a href="messaging-sending-messages">Sending messages</a></li>
+	<li><a href="messaging-group-chat">Group chat</a></li>
+	<li><a href="messaging-fonts-and-colors">Fonts and colors</a></li>
+	<li><a href="messaging-tabbed-messaging">Tabbed messaging</a></li>
+	<li><a href="messaging-transcript-viewer">Chat Transcript Viewer</a></li>
 </ul>
 
 <hr>
@@ -56,27 +56,27 @@
 <h2>Advanced features</h2>
 <img src="../gfx/Growl notification.png" alt="Example Growl Notification">
 <p class="list-header">Adium sports a variety of advanced features.</p>
-<ul>
-	<li><a href="advanced-features-adium-xtras">Adium Xtras â–¸</a></li>
-	<li><a href="advanced-features-growl-support">Growl support â–¸</a></li>
-	<li><a href="advanced-features-address-book-integration">Address Book integration â–¸</a></li>
-	<li><a href="advanced-features-file-transfer">File transfer â–¸</a></li>
-	<li><a href="advanced-features-direct-connect">AIM: Direct Connect â–¸</a></li>
-	<li><a href="advanced-features-search-for-buddy-by-email">AIM: Search for buddy by email address â–¸</a></li>
-	<li><a href="advanced-features-nudge-buzz">MSN: Nudge / Yahoo: Buzz â–¸</a></li>
+<ul class="arrow">
+	<li><a href="advanced-features-adium-xtras">Adium Xtras</a></li>
+	<li><a href="advanced-features-growl-support">Growl support</a></li>
+	<li><a href="advanced-features-address-book-integration">Address Book integration</a></li>
+	<li><a href="advanced-features-file-transfer">File transfer</a></li>
+	<li><a href="advanced-features-direct-connect">AIM: Direct Connect</a></li>
+	<li><a href="advanced-features-search-for-buddy-by-email">AIM: Search for buddy by email address</a></li>
+	<li><a href="advanced-features-nudge-buzz">MSN: Nudge / Yahoo: Buzz</a></li>
 </ul>
 
 <hr>
 
 <h2>Miscellaneous</h2>
 <p class="list-header">This section covers a few topics that do not fit in the other sections.</p>
-<ul>
-	<li><a href="miscellaneous-keyboard-shortcuts">Keyboard shortcuts â–¸</a></li>
-	<li><a href="miscellaneous-backing-up-adium">Backing up Adium â–¸</a></li>
-	<li><a href="miscellaneous-uninstalling">Uninstalling Adium â–¸</a></li>
-	<li><a href="miscellaneous-locations-adium-files">Locations of Adium files â–¸</a></li>
-	<li><a href="miscellaneous-av-skype-support">Audio/Video chat and Skype support â–¸</a></li>
-	<li><a href="miscellaneous-support-other-os">Support for other operating systems â–¸</a></li>
+<ul class="arrow">
+	<li><a href="miscellaneous-keyboard-shortcuts">Keyboard shortcuts</a></li>
+	<li><a href="miscellaneous-backing-up-adium">Backing up Adium</a></li>
+	<li><a href="miscellaneous-uninstalling">Uninstalling Adium</a></li>
+	<li><a href="miscellaneous-locations-adium-files">Locations of Adium files</a></li>
+	<li><a href="miscellaneous-av-skype-support">Audio/Video chat and Skype support</a></li>
+	<li><a href="miscellaneous-support-other-os">Support for other operating systems</a></li>
 </ul>
 
 <hr>
diff -r 1d276b7f36bd -r 81ceba4074f9 help/documentation/troubleshooting-tips.htmlfrag
--- a/help/documentation/troubleshooting-tips.htmlfrag	Sun Feb 12 20:06:48 2012 +0000
+++ b/help/documentation/troubleshooting-tips.htmlfrag	Sun Feb 12 22:39:25 2012 +0000
@@ -39,6 +39,7 @@
 	<li>Home Folder <strong>→</strong> Library <strong>→</strong> Application Support <strong>→</strong> Adium 2.0</li>
 	<li>Home Folder <strong>→</strong> Library <strong>→</strong> Preferences <strong>→</strong> com.adiumX.adiumX.plist</li>
 </ul>
+<p class="list-header">And then:</p>
 <ol>
 	<li>Quit Adium.</li>
 	<li>Rename the "Adium 2.0" folder to "Adium 2.0-old".</li>
diff -r 1d276b7f36bd -r 81ceba4074f9 help/index.php
--- a/help/index.php	Sun Feb 12 20:06:48 2012 +0000
+++ b/help/index.php	Sun Feb 12 22:39:25 2012 +0000
@@ -49,7 +49,7 @@
 					
 					<hr>
 					
-					<h1>Documentation and troubleshooting</h1>
+					<h2>Documentation and troubleshooting</h2>
 					<p>Check these pages to get started using Adium in no time.</p>
 					<p class="list-header">With the exception of the screencasts, you can also find this information in Adium under Help → Adium Help.</p>
 					<ul>
@@ -61,8 +61,8 @@
 					
 					<hr>
 					
-					<h1>Ways to get help</h1>
-					<p>Can not find your question here? Want to come and chat with us? This is how you can get personal support.</p>
+					<h2>Ways to get help</h2>
+					<p class="list-header">Can not find your question here? Want to come and chat with us? This is how you can get personal support.</p>
 					<ul>
 						<li class="li_cocoaforge"><a href="http://forums.cocoaforge.com/viewforum.php?f=13">Visit our support forums</li>
 						<li class="li_irc"><a href="irc://irc.freenode.net/#adium">Visit our IRC channel</a></li>
@@ -70,7 +70,7 @@
 					
 					<hr>
 					
-					<h1>Want to contribute to the Adium Project?</h1>
+					<h2>Want to contribute to the Adium Project?</h2>
 					<p>Adium is an open-source project driven by volunteers. Our developer and contributor wiki is now on 
 					<a href="http://trac.adium.im">http://trac.adium.im</a>. From code to localizations or artwork, any contribution is welcome!</p>
 				</article>




More information about the commits mailing list