Remove doc for removed classes
This commit is contained in:
@@ -815,12 +815,8 @@ Page identifiers:
|
|||||||
Page and sub-page classes:
|
Page and sub-page classes:
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt><code>.paige-article</code></dt>
|
|
||||||
<dd>The article.</dd>
|
|
||||||
<dt><code>.paige-authors</code></dt>
|
<dt><code>.paige-authors</code></dt>
|
||||||
<dd>The authors.</dd>
|
<dd>The authors.</dd>
|
||||||
<dt><code>.paige-content</code></dt>
|
|
||||||
<dd>The content.</dd>
|
|
||||||
<dt><code>.paige-date</code></dt>
|
<dt><code>.paige-date</code></dt>
|
||||||
<dd>The date.</dd>
|
<dd>The date.</dd>
|
||||||
<dt><code>.paige-date-header</code></dt>
|
<dt><code>.paige-date-header</code></dt>
|
||||||
@@ -843,8 +839,6 @@ Page and sub-page classes:
|
|||||||
<dd>The summary.</dd>
|
<dd>The summary.</dd>
|
||||||
<dt><code>.paige-title</code></dt>
|
<dt><code>.paige-title</code></dt>
|
||||||
<dd>The title.</dd>
|
<dd>The title.</dd>
|
||||||
<dt><code>.paige-toc</code></dt>
|
|
||||||
<dd>The table of contents.</dd>
|
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
Kind classes:
|
Kind classes:
|
||||||
|
@@ -3,12 +3,9 @@
|
|||||||
<script>
|
<script>
|
||||||
function paigeResize() {
|
function paigeResize() {
|
||||||
var e = document.querySelector("#paige-content");
|
var e = document.querySelector("#paige-content");
|
||||||
if (!e) {
|
|
||||||
e = document.querySelector(".paige-content");
|
|
||||||
if (!e) {
|
if (!e) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
var mw = getComputedStyle(e).maxWidth;
|
var mw = getComputedStyle(e).maxWidth;
|
||||||
var w;
|
var w;
|
||||||
if (mw === "100%") {
|
if (mw === "100%") {
|
||||||
|
Reference in New Issue
Block a user