Created
October 19, 2012 12:29
-
-
Save dvdsmpsn/3918012 to your computer and use it in GitHub Desktop.
Zen Foundation reset CSS for default Confluence functionality
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/************* Zen Foundation reset CSS for default Confluence functionality *************/ | |
/* .aui-tabs.horizontal-tabs */ | |
#com-atlassian-confluence .aui-tabs.horizontal-tabs ul.tabs-menu { | |
margin: 0; | |
padding: 0; | |
} | |
#com-atlassian-confluence .aui-tabs.horizontal-tabs > ul.tabs-menu > li { | |
list-style-type: none; | |
padding-bottom: 0; | |
} | |
#com-atlassian-confluence .aui-tabs.horizontal-tabs > ul.tabs-menu li.menu-item { | |
border-bottom: 1px solid transparent; | |
} | |
#com-atlassian-confluence .aui-tabs.horizontal-tabs > ul.tabs-menu li.menu-item a:hover { | |
border-bottom: 0; | |
} | |
#zen-main #wiki-body .aui-tabs.horizontal-tabs ul li a:hover { | |
border-bottom: 0; | |
} | |
/* Recently updated macro */ | |
#com-atlassian-confluence .recently-updated .results-container ul { | |
padding-left: 0; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment