Difference between revisions 11069 and 11070 on newikibooks

/* Default styling for HTML elements */
dfn {
    font-style: inherit;  /* Reset default styling for <dfn> */
}
q {
    quotes: '"' '"';      /* Straight quote marks for <q> */
}
blockquote {
	/* This forces a new Block Formatting Context,
	 * avoiding collision of background of blockquote with floating elements */
	overflow: hidden;
}

/* Main page fixes */
#interwiki-completelist {
    font-weight: bold;
}
body.page-Main_Page #ca-delete {
    display: none !important;
(contracted; show full)        }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        #p-logo a {
                background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/b3/Wikipedia-logo-v2-en.svg/270px-Wikipedia-logo-v2-en.svg.png") !important;
                background-size: 135px auto;
        }
}