adium-1.4 3126:c6a273de6355: Now properly: make the contents sli...

commits at adium.im commits at adium.im
Sat Oct 23 11:35:17 UTC 2010


details:	http://hg.adium.im/adium-1.4/rev/c6a273de6355
revision:	3126:c6a273de6355
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Sat Oct 23 13:34:43 2010 +0200

Now properly: make the contents slightly less wide, but keep it centered.

diffs (37 lines):

diff -r 21585fe37eec -r c6a273de6355 AdiumHelp/css/accesspage.css
--- a/AdiumHelp/css/accesspage.css	Sat Oct 23 13:01:25 2010 +0200
+++ b/AdiumHelp/css/accesspage.css	Sat Oct 23 13:34:43 2010 +0200
@@ -43,7 +43,7 @@
 }
 #contentleft {
 	margin-top:38px;
-	width:210px;
+	width:220px;
 	float:left;
 }
 #contentcenter {
@@ -54,8 +54,8 @@
 }
 #contentright {
 	margin-top:18px;
-	padding-left:30px;
-	width:210px;
+	padding-left:20px;
+	width:200px;
 	height:200px;
 	float:left;
 	border-left:1px solid gray;
@@ -64,6 +64,13 @@
 #contentbottom {
     text-align: center;
 }
+#frame {
+	text-align:left;
+	margin-top:12px;
+	margin-right:auto;
+	margin-left:auto;
+	width: 450px;
+}
 .space17 {
 	padding-top:17px;
 }




More information about the commits mailing list