Created
February 1, 2013 04:31
-
-
Save leevigraham/4689228 to your computer and use it in GitHub Desktop.
Assets2 / NSM Override Css Fix
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
--- mcp.assets.php (saved version) | |
+++ (current document) | |
@@ -100,8 +100,8 @@ | |
Assets_helper::insert_css('#mainContent .rightNav span { position: relative; z-index: 1; } | |
#mainContent .heading { position: relative; top: -32px; margin-bottom: -32px; background: none; } | |
- #mainContent .heading h2 { padding: 0; color: #34424b; text-shadow: none; background: none; font-size: 25px; font-family: HelveticaNeue-Light, HelveticaNeue, sans-serif; } | |
- #mainContent .pageContents { margin: 0 -19px -25px -25px; padding: 0; background: none; overflow: visible; }'); | |
+ #mainContent .heading h2 { padding: 0; color: #34424b; text-shadow: none; background: none; font-size: 25px; font-family: HelveticaNeue-Light, HelveticaNeue, sans-serif; border:none } | |
+ #mainContent .pageContents { margin: 0 -19px -25px -25px; padding: 0; background: none; overflow: visible; border:none !important }'); | |
Assets_helper::include_garnish(); | |
Assets_helper::include_js('assets.js'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment