1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Properly indent @media blocks

This commit is contained in:
Matt Martz 2014-01-03 09:26:57 -06:00
parent 626f0f1393
commit f3978a7385

View file

@ -336,8 +336,8 @@ p, h2, h3 {
h2, h3 {
page-break-after: avoid;
}
}
.font-smooth, .icon:before, .wy-inline-validate.wy-inline-validate-success .wy-input-context:before, .wy-inline-validate.wy-inline-validate-danger .wy-input-context:before, .wy-inline-validate.wy-inline-validate-warning .wy-input-context:before, .wy-inline-validate.wy-inline-validate-info .wy-input-context:before, .wy-tag-input-group .wy-tag .wy-tag-remove:before, .rst-content .admonition-title:before, .rst-content h1 .headerlink:before, .rst-content h2 .headerlink:before, .rst-content h3 .headerlink:before, .rst-content h4 .headerlink:before, .rst-content h5 .headerlink:before, .rst-content h6 .headerlink:before, .rst-content dl dt .headerlink:before, .wy-alert, .rst-content .note, .rst-content .attention, .rst-content .caution, .rst-content .danger, .rst-content .error, .rst-content .hint, .rst-content .important, .rst-content .tip, .rst-content .warning, .btn, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .wy-tag-input-group, .wy-menu-vertical li.on a, .wy-menu-vertical li.current>a, .wy-side-nav-search>a, .wy-side-nav-search .wy-dropdown>a, .wy-nav-top a {
-webkit-font-smoothing: antialiased;
}
@ -2619,8 +2619,8 @@ select[disabled], textarea[disabled], input[readonly], select[readonly], textare
.wy-form-upload {
width: 100%;
}
}
.wy-form-upload .image-drop {
display: none;
}
@ -2657,8 +2657,8 @@ select[disabled], textarea[disabled], input[readonly], select[readonly], textare
width: 100%;
margin-bottom: 24px;
}
}
.wy-form-upload img {
max-width: 125px;
max-height: 125px;
@ -2676,8 +2676,8 @@ select[disabled], textarea[disabled], input[readonly], select[readonly], textare
.wy-form-upload .wy-form-upload-content {
width: 100%;
}
}
.wy-form-upload:hover {
border-color: #b3b3b3;
color: #404040;
@ -2827,14 +2827,14 @@ select[disabled], textarea[disabled], input[readonly], select[readonly], textare
.wy-form-gallery-manage li {
width: 25%;
}
}
@media screen and (max-width: 480px) {
.wy-form-gallery-manage li {
width: 50%;
}
}
.wy-form-gallery-manage li:active {
cursor: move;
}
@ -2922,20 +2922,20 @@ li.wy-form-gallery-edit .arrow {
font-size: 80%;
padding: 0.2em 0 0.8em;
}
}
@media screen and (max-width: 768px) {
.tablet-hide {
display: none;
}
}
@media screen and (max-width: 480px) {
.mobile-hide {
display: none;
}
}
.float-left {
float: left;
}
@ -3465,8 +3465,8 @@ pre.literal-block {
.codeblock, div[class^='highlight'], div[class^='highlight'] pre {
white-space: pre-wrap;
}
}
.hll {
background-color: #f8f8f8;
border: 1px solid #ccc;
@ -3770,14 +3770,14 @@ pre.literal-block {
.wy-breadcrumbs li.wy-breadcrumbs-aside {
display: none;
}
}
@media print {
.wy-breadcrumbs li.wy-breadcrumbs-aside {
display: none;
}
}
.wy-affix {
position: fixed;
top: 1.618em;
@ -4167,8 +4167,8 @@ footer p {
height: 100%;
overflow: hidden;
}
}
@media screen and (min-width: 1400px) {
.wy-nav-content-wrap {
background: rgba(0, 0, 0, 0.05);
@ -4178,8 +4178,8 @@ footer p {
margin: 0;
background: #fcfcfc;
}
}
@media print {
.wy-nav-side {
display: none;
@ -4188,8 +4188,8 @@ footer p {
.wy-nav-content-wrap {
margin-left: 0;
}
}
.rst-versions {
position: fixed;
bottom: 0;
@ -4319,8 +4319,8 @@ img {
width: 100%;
height: auto;
}
}
.rst-content img {
max-width: 100%;
height: auto !important;