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 */ /* Mobile */
/*@media screen and (max-width: 720px) { @media screen and (max-width: 720px) {
body { .halves {
background:white; display: block;
margin:0; }
}
#container { .half-width {
min-width:0; width: 100%;
width:100%; }
margin:0;
padding:0;
} }
header {
width:100%;
padding:0;
}
.menu li {
margin-top:0;
}
.desktop-only, .zclip {
display:none;
}
}*/
/* Error page */ /* Error page */
#wrap > h1 > a { #wrap > h1 > a {
display: none; display: none;

View File

@@ -147,8 +147,6 @@ $dependencies[] = 'clipboard.js';
</div> </div>
</div> </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> </div>
<!-- Social sharers --> <!-- Social sharers -->