History

There are 2 versions of this glossary term.
This increases the padding between the tab text and the edges of tab to 12px. It also darkens the text of the currently selected tab.

/* ----- unselected tab padding ----- */
#CommunityTabs ul li a{
  padding-left:12px;
  padding-right:12px;
}

/* ----- selected tab padding and text color----- */
#CommunityTabs UL LI.SelectedCommunityTab a, #CommunityTabs UL LI.SelectedCommunityTab a:link{
  padding-left:12px;
  padding-right:12px;
  color:#333;
}
Revised By: Hidden Member Revised On: Jun 3, 2015 9:47 AM
Characters Edited: 0 Total: 533
This increases the padding between the tab text and the edges of tab to 12px. It also darkens the text of the currently selected tab.

/* ----- unselected tab padding ----- */
#CommunityTabs ul li a{
  padding-left:12px;
  padding-right:12px;
}

/* ----- selected tab padding and text color----- */
#CommunityTabs UL LI.SelectedCommunityTab a, #CommunityTabs UL LI.SelectedCommunityTab a:link{
  padding-left:12px;
  padding-right:12px;
  color:#333;
}
Revised By: Justin Prevatte Revised On: Apr 10, 2013 9:51 AM
Characters Edited: 0 Total: 533