我需要打印我的简历,但旧技巧
<link href="css/bootstrap.min.css" rel="stylesheet" media="print">
Run Code Online (Sandbox Code Playgroud)
因为Bootstrap 3是移动优先(从小设备开始,然后为更大的屏幕添加媒体查询),因此不再工作了所以当我打印我的浏览器时保持移动css.
正确:
http
:
//f.cl.ly/items/3s320O0w04021s3b3j2j/print1.png
错误:http:
//f.cl.ly/items/3t300Z3c2e1q3G1m0r27/print2.png
我怎样才能解决这个问题?当然,我无法重新发明bootstrap 3,因为语法被更改,所以我无法使用bootstrap 2.
我已经为简历做了一个很好的模板,我想保留它的pdf /打印格式.
谢谢
printing pdf media-queries twitter-bootstrap twitter-bootstrap-3
我在Yammer中安装了一个应用程序并添加了Javascript起源,但仍然无法发出xhr请求
XMLHttpRequest cannot load https://www.yammer.com/platform/login_status.json?client_id=123456789&_=123456789. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://example.com.dev:9000' is therefore not allowed access.

有什么建议吗?我正在本地计算机上工作,并且将example.com.dev解析为localhost。