Fix for the last commit...

This commit is contained in:
Tom Slominski
2016-07-24 17:25:48 +01:00
parent 450de0ebf4
commit 46b6e2c640
2 changed files with 7 additions and 26 deletions

View File

@@ -419,33 +419,16 @@ a.icon-github:hover {
}
/* Mobile */
/*@media screen and (max-width: 720px) {
body {
background:white;
margin:0;
@media screen and (max-width: 720px) {
.halves {
display: block;
}
#container {
min-width:0;
.half-width {
width: 100%;
margin:0;
padding:0;
}
header {
width:100%;
padding:0;
}
.menu li {
margin-top:0;
}
.desktop-only, .zclip {
display:none;
}
}*/
/* Error page */
#wrap > h1 > a {
display: none;

View File

@@ -147,8 +147,6 @@ $dependencies[] = 'clipboard.js';
</div>
</div>
</div>
<p class="desktop-only"><?php yourls_e( 'Click on a link and press Ctrl+C to quickly copy it.', 'isq_translation'); ?></p>
</div>
<!-- Social sharers -->