diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-14 11:25:54 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-14 11:25:54 +0000 |
commit | b0394cf6b2e731a47026ee3001209cefdee567d8 (patch) | |
tree | 41fbc1272fbc0c7381f7af7d9589761c13a6da0f /views/default | |
parent | 09bc0b77232f0d7836a8b4d6a3401c95c57af226 (diff) | |
download | elgg-b0394cf6b2e731a47026ee3001209cefdee567d8.tar.gz elgg-b0394cf6b2e731a47026ee3001209cefdee567d8.tar.bz2 |
updated toolabr logout for old IE 6's
git-svn-id: https://code.elgg.org/elgg/trunk@1414 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/css.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index ae93a7a79..e2eff3013 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -406,6 +406,7 @@ h6 { font-size: 0.8em; } /* IE6 fix */ * html #elgg_topbar_container_right a { height: 22px; + width: 120px; } /* IE7 */ *:first-child+html #elgg_topbar_container_right a { |