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
### Begin System Info ### | |
## Please include this information when posting support requests ## | |
Multisite: No | |
SITE_URL: http://dev.opd.ca | |
HOME_URL: http://dev.opd.ca |
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
// Very basic media query mixin with the option to disable the entire | |
// media query, which will result in compounded styles for IE8. | |
// | |
// The cascade will let you end up with the "biggest" styles. This is | |
// far from perfect (e.g. if you have queries for much larger/wider | |
// media, IE8 will end up using that). | |
@mixin mq($media) { | |
@if $no-mq == true { @content; } | |
@else { |
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
/** | |
* Normalize 'click'-like events on different media. | |
* | |
* We keep track of a touch events, which start out as 'clicks', | |
* but will be cancelled on (e.g.) moves. | |
*/ | |
var _click, | |
_clickEvent; |
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
javascript:(function(){var a=document.getElementsByTagName("body");a[0].className=a[0].className.replace("site-left-aligned","")})(); |
NewerOlder