Skip to content
Snippets Groups Projects
Commit 7711d32f authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

[gh-187] Merging testing into staging -c894

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@895 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 7ad1e290
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
* CSS that does appear here is for CMS specific items or modifications
* that need to be made for WDN styles to work with CMS DOM structure.
*/
/* Position tabs at the top right of maincontent */
body.fixed #maincontent {
min-width: 960px;
......@@ -14,10 +14,16 @@ body.fixed #maincontent {
top: -60px;
}
/* Fix for a Views page */
#wdn_content_wrapper.contextual-links-region {
position: static;
}
/* Hide the contextual links in the UNL nav */
#navigation div.contextual-links-wrapper {
display: none;
}
/* UNL css displays all ul in copyright area as inline, need to hide this */
#wdn_copyright ul.contextual-links {
display: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment