[Adium-commits] www/trac.adiumx.com 21:1866b26097e6: Rename the <div> id'd to "a...
adium-commits at adiumx.com
adium-commits at adiumx.com
Tue Apr 28 20:57:56 UTC 2009
details: http://hg.adiumx.com/www/trac.adiumx.com/rev/1866b26097e6
revision: 21:1866b26097e6
author: Zachary West <zacw at adiumx.com>
date: Tue Apr 28 16:57:50 2009 -0400
Rename the <div> id'd to "adiumbanner" to "titlecontainer", since AdBlock defaults to blocking it. /sigh.
diffstat:
htdocs/design.css | 4 ++--
templates/site.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (33 lines):
diff -r e33553115991 -r 1866b26097e6 htdocs/design.css
--- a/htdocs/design.css Mon Apr 27 16:50:42 2009 -0400
+++ b/htdocs/design.css Tue Apr 28 16:57:50 2009 -0400
@@ -79,7 +79,7 @@
}
/* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
background: #336699;
color: #FFFFFF;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
height: 24px;
padding: 1px 16px 0px 16px;
}
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
/* Tabs */
#navcontainer {
diff -r e33553115991 -r 1866b26097e6 templates/site.html
--- a/templates/site.html Mon Apr 27 16:50:42 2009 -0400
+++ b/templates/site.html Tue Apr 28 16:57:50 2009 -0400
@@ -66,7 +66,7 @@
</div>
<div id="container">
- <div id="adiumbanner">
+ <div id="titlecontainer">
<a href="http://www.adiumx.com/">Adium</a>
</div>
<div id="navcontainer">
More information about the commits
mailing list