[Adium-commits] www/adiumxtras.com 19:1a23e442c94a: global s/adiumbanner/titleco...
adium-commits at adiumx.com
adium-commits at adiumx.com
Tue Apr 28 21:05:05 UTC 2009
details: http://hg.adiumx.com/www/adiumxtras.com/rev/1a23e442c94a
revision: 19:1a23e442c94a
author: Zachary West <zacw at adiumx.com>
date: Tue Apr 28 17:05:01 2009 -0400
global s/adiumbanner/titlecontainer
diffstat:
styles/defaultstyle.css | 4 ++--
styles/layoutstyle.css | 2 +-
templates/header.tpl | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diffs (44 lines):
diff -r 2d0dec1276d1 -r 1a23e442c94a styles/defaultstyle.css
--- a/styles/defaultstyle.css Thu Apr 16 13:45:18 2009 -0400
+++ b/styles/defaultstyle.css Tue Apr 28 17:05:01 2009 -0400
@@ -23,14 +23,14 @@
}
/* Banner */
-#adiumbanner {
+#titlecontainer {
background: #336699;
color: white;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
font-size: 44px;
text-shadow: 2px 2px 3px gray;
}
-#adiumbanner a:link, #adiumbanner a:visited { color: white; }
+#titlecontainer a:link, #titlecontainer a:visited { color: white; }
/* Tabs */
#navcontainer{
diff -r 2d0dec1276d1 -r 1a23e442c94a styles/layoutstyle.css
--- a/styles/layoutstyle.css Thu Apr 16 13:45:18 2009 -0400
+++ b/styles/layoutstyle.css Tue Apr 28 17:05:01 2009 -0400
@@ -22,7 +22,7 @@
}
/* Banner */
-#adiumbanner {
+#titlecontainer {
height: 24px;
padding-top: 1px;
padding-left: 16px;
diff -r 2d0dec1276d1 -r 1a23e442c94a templates/header.tpl
--- a/templates/header.tpl Thu Apr 16 13:45:18 2009 -0400
+++ b/templates/header.tpl Tue Apr 28 17:05:01 2009 -0400
@@ -11,7 +11,7 @@
</head>
<body>
<div id="container">
- <div id="adiumbanner"><a href="http://adiumx.com">Adium</a></div>
+ <div id="titlecontainer"><a href="http://adiumx.com">Adium</a></div>
<div id="navcontainer">
<a class="navtab" href="http://www.adiumx.com/">Download</a>
<a class="navtab" href="http://www.adiumx.com/screenshots.php">Screenshots</a>
More information about the commits
mailing list