Fix for the last commit...
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user