diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-07-13 22:19:05 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-07-13 22:19:05 +0000 |
commit | d7684e475771beb47d9b69d7c5609e54eea6d9e2 (patch) | |
tree | 49c8d17fd148afbf8a10c0e1fa6c3516b733d74a | |
parent | 54e1557e1b2ba515172d04e3625593ef38d09863 (diff) | |
download | brdo-d7684e475771beb47d9b69d7c5609e54eea6d9e2.tar.gz brdo-d7684e475771beb47d9b69d7c5609e54eea6d9e2.tar.bz2 |
- Made the font in the links bar a bit smaller to accomodate for the increase in links lately
-rw-r--r-- | themes/goofy/goofy.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme index 34b9c7901..601125dff 100644 --- a/themes/goofy/goofy.theme +++ b/themes/goofy/goofy.theme @@ -86,7 +86,7 @@ function c(subject,mod,author,date,body) {document.writeln("<table border=\"0\" </tr> <tr> <td class="lgl"><img src="themes/goofy/images/null.gif" alt=""></td> - <td class="lgcnt" width="100%" valign="top"><div align="center"><big><?php print $this->links(link_page()); ?></big></div></td> + <td class="lgcnt" width="100%" valign="top"><div align="center"><?php print $this->links(link_page()); ?></div></td> <td class="lgr"><img src="themes/goofy/images/null.gif" alt=""></td> </tr> <tr> |