[Adium-commits] www/trac.adiumx.com 29:69305e3b911a: Restrict the timeline width...

adium-commits at adiumx.com adium-commits at adiumx.com
Sat May 2 04:55:50 UTC 2009


details:	http://hg.adiumx.com/www/trac.adiumx.com/rev/69305e3b911a
revision:	29:69305e3b911a
author:		Zachary West <zacw at adiumx.com>
date:		Sat May 02 00:55:45 2009 -0400

Restrict the timeline width to 700px (like ticket pages), set the margin to center the text. Color the ticket number.

diffstat:

 htdocs/design.css |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r f8a60b08c1ab -r 69305e3b911a htdocs/design.css
--- a/htdocs/design.css	Fri May 01 21:27:35 2009 -0400
+++ b/htdocs/design.css	Sat May 02 00:55:45 2009 -0400
@@ -15,7 +15,17 @@
         font: inherit;
 }
 #content {
-        margin: 0px 10px 0px 10px;
+        padding: 0 10px	0 10px;
+        margin: 0px auto 0px auto;
+}
+#content.timeline {
+        width: 700px;
+}
+#content.ticket	h1 {
+        color: navy;
+}
+#prefs {       	 
+        margin:	10px 10px 10px 10px;
 }
 #mainnav {
         background: rgb(233,238,249);




More information about the commits mailing list