www/adium.im 596:741f299c02e6: Cleanup.

commits at adium.im commits at adium.im
Fri Mar 2 10:50:05 UTC 2012


details:	http://hg.adium.im/www/adium.im/rev/741f299c02e6
revision:	596:741f299c02e6
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Fri Mar 02 10:49:53 2012 +0000

Cleanup.

diffs (95 lines):

diff -r 3e657a5dc78a -r 741f299c02e6 assets/styles/global.css
--- a/assets/styles/global.css	Mon Feb 27 02:38:27 2012 +0000
+++ b/assets/styles/global.css	Fri Mar 02 10:49:53 2012 +0000
@@ -50,6 +50,8 @@
 
 .content h2, footer h3 { font-size: 1.6em; }
 
+small { font-size: 1.5em; }
+
 .content p, .content h3, figcaption, 
 .content ol, .content ul, td, th, pre {
 	font-size: 1.4em;
@@ -169,31 +171,31 @@
 .merch span:before { padding-left: 25px; }
 
 .home a span:before { background-position: -20px -49px; }
-.home a:hover span:before, .home.active a span:before { background-position: -20px -19px; }
+.home a:hover span:before, .home.active a:link span:before { background-position: -20px -19px; }
 .home a:active span:before { background-position: -20px -79px; }
 
 .about a span:before { background-position: -51px -49px; }
-.about a:hover span:before, .about.active a span:before { background-position: -51px -19px; }
+.about a:hover span:before, .about.active a:link span:before { background-position: -51px -19px; }
 .about a:active span:before { background-position: -51px -79px; }
 
 .help a span:before { background-position: -112px -49px; }
-.help a:hover span:before, .help.active a span:before { background-position: -112px -19px; }
+.help a:hover span:before, .help.active a:link span:before { background-position: -112px -19px; }
 .help a:active span:before { background-position: -112px -79px; }
 
 .blog a span:before { background-position: -81px -49px; }
-.blog a:hover span:before, .blog.active a span:before { background-position: -81px -19px; }
+.blog a:hover span:before, .blog.active a:link span:before { background-position: -81px -19px; }
 .blog a:active span:before { background-position: -81px -79px; }
 
 .xtras a span:before { background-position: -205px -49px; }
-.xtras a:hover span:before, .xtras.active a span:before { background-position: -205px -19px; }
+.xtras a:hover span:before, .xtras.active a:link span:before { background-position: -205px -19px; }
 .xtras a:active span:before { background-position: -205px -79px; }
 
 .dev a span:before { background-position: -142px -49px; }
-.dev a:hover span:before, .dev.active a span:before { background-position: -142px -19px; }
+.dev a:hover span:before, .dev.active a:link span:before { background-position: -142px -19px; }
 .dev a:active span:before { background-position: -142px -79px; }
 
 .merch a span:before { background-position: -172px -49px; }
-.merch a:hover span:before, .merch.active a span:before { background-position: -172px -19px; }
+.merch a:hover span:before, .merch.active a:link span:before { background-position: -172px -19px; }
 .merch a:active span:before { background-position: -172px -79px; }
 
 /********** Sub Navigation Container **********/
@@ -294,6 +296,13 @@
 
 h3 { color: #777; font-weight: 600; }
 
+/* Notice: This is used on the blog */
+hgroup, hgroup h1 { padding: 0 0 18px; }
+small {
+	color: #999;
+	font-weight: 500;
+}
+
 /* Notice: Use padding-fix for titles that are not wrapped inside an <article> */
 .padding-fix { padding: 10px 0 5px 10px; }
 div.padding-fix { padding: 10px 0 0 10px; }
@@ -820,7 +829,8 @@
 	nav ul, nav li { border: 0; }
 	nav li { float: left; width: 33.19%; border-top: 1px solid #d5d5d5; border-right: 1px solid #d5d5d5; }
 	.blog, .merch { border-right: 0; }
-	nav li.active a span { background: none; background-color: #eee; }
+	nav li.active a span, 
+	nav li.active a:link span { background: #eee; }
 }
 
 @media (max-width: 560px) {	
diff -r 3e657a5dc78a -r 741f299c02e6 help/index.php
--- a/help/index.php	Mon Feb 27 02:38:27 2012 +0000
+++ b/help/index.php	Fri Mar 02 10:49:53 2012 +0000
@@ -59,10 +59,12 @@
 					<p class="list-header">The following issues are known to us:</p>
 					<ul class="list-type-image icons" id="hot-issues">
 					</ul>
-					
-					<hr>
-					
-					<h2>Documentation and troubleshooting</h2>
+				</article>
+			</section>
+			
+			<section>
+				<article>
+					<h1>Documentation and troubleshooting</h1>
 					<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>




More information about the commits mailing list