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