// This logo was designed by Jared Hardy // This work is licensed under the Creative Commons Attribution 3.0 United States License. // To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/us/ // or send a letter to: // Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA. @mixin unobtrusive-logo($size: 1em) { @warn "DEPRECATED: unobtrusive-logo will be removed in a future release." font-family: Monaco, Courier, "Lucida Sans Unicode", monospace; font-size: $size; color: #888; .selector { vertical-align: middle; font-size: 1.3em; } .brace { vertical-align: middle; font: bold 1.7em Georgia, "Times New Roman", serif; color: #ccc; margin: 0 -0.2em; } .rule { vertical-align: middle; margin: 0 -0.2em; } }