Fixed a number of issues with the profile and refactored some of the code to make it more efficient.

This commit is contained in:
Frank Dillon 2008-11-17 00:04:03 +00:00
parent c9fac9d620
commit 4bfb2d200c
7 changed files with 148 additions and 124 deletions

View file

@ -337,7 +337,7 @@
/* TABS - outer */
.bottombutton {
border: none;
#border: none;
float:right;
padding-right:2px;
padding-top: 2px;
@ -351,7 +351,7 @@
border: solid #ffa700 6px;
}
.topbutton {
border: none;
#border: none;
float:right;
clear:both;
padding-right:2px;
@ -434,6 +434,7 @@ ul.topTabs a.selected b {
line-height:normal;
padding-right:8px;
padding-top:3px;
text-decoration: none;
}
.profile_displaySubContent {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB