Fixed media screen
This commit is contained in:
parent
a2b01ea1f5
commit
d5b885f4b7
@ -97,7 +97,7 @@
|
|||||||
id="version--0231"
|
id="version--0231"
|
||||||
style="color: inherit; text-decoration: none"
|
style="color: inherit; text-decoration: none"
|
||||||
>
|
>
|
||||||
<h2>version ~ 0.3.11</h2>
|
<h2>version ~ 0.3.12</h2>
|
||||||
</a>
|
</a>
|
||||||
<p>
|
<p>
|
||||||
This component allows you to create a custom select. It offers more
|
This component allows you to create a custom select. It offers more
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
<li><a href="src/cdn/cdn.html">CDN</a></li>
|
<li><a href="src/cdn/cdn.html">CDN</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<p class="version">v. 0.3.11</p>
|
<p class="version">v. 0.3.12</p>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
<li><a href="./cdn.html">CDN</a></li>
|
<li><a href="./cdn.html">CDN</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<p class="version">v. 0.3.11</p>
|
<p class="version">v. 0.3.12</p>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="../cdn/cdn.html">CDN</a></li>
|
<li><a href="../cdn/cdn.html">CDN</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<p class="version">v. 0.3.11</p>
|
<p class="version">v. 0.3.12</p>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -293,6 +293,9 @@ pre {
|
|||||||
pre {
|
pre {
|
||||||
overflow-x: auto !important;
|
overflow-x: auto !important;
|
||||||
}
|
}
|
||||||
|
.navlist {
|
||||||
|
width: 300px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.version {
|
.version {
|
||||||
|
Loading…
Reference in New Issue
Block a user