No sea, at invenire voluptaria mnesarchum has.
@@ -117,12 +110,6 @@ At ornatus splendide sed, phaedrum omittantur usu an, vix an noster voluptatibus
lacus volutpat semper porttitor aliquet ornare primis nulla enim
-
-ultricies sociosqu tristique integer
-
-
-posuere curae pharetra rutrum adipiscing lectus est praesent
-
@@ -195,18 +182,6 @@ Ea mea agam graeci philosophia.
jscs |
^2.3.5 |
-
-jscs-preset-gulp |
-^1.0.0 |
-
-
-mississippi |
-^1.2.0 |
-
-
-mocha |
-^2.4.5 |
-
@@ -283,18 +258,6 @@ Eos suscipit scaevola at.
-
-
-
-
-
- |
-
-I wouldn’t try that either.
- |
-
-
-
@@ -320,9 +283,9 @@ I wouldn’t try that either.
If you installed the CLI and the default site generator globally, you can upgrade both of them with the same command.
-
+
-
$ npm i -g @antora/cli @antora/site-generator-default
+
$ npm i -g @antora/cli @antora/site-generator-default
@@ -331,10 +294,9 @@ I wouldn’t try that either.
Nominavi luptatum eos, an vim hinc philosophia intellegebat.
-Lorem expetenda pertinacia et nec, wisi illud sonet qui ea.
-Eum an doctus maiestatis efficiantur.
Eu mea inani iriure.
+
Voluptua singulis
Cum dicat putant ne.
diff --git a/src/css/doc.css b/src/css/doc.css
index 10a28cd..60736a4 100644
--- a/src/css/doc.css
+++ b/src/css/doc.css
@@ -83,6 +83,7 @@
font-size: 0.9rem;
/* color: #000; */
line-height: 1.5;
+ margin: 0;
}
.doc pre:not(.highlight),
@@ -283,7 +284,7 @@
padding: 0.75em 1em;
}
-.doc .admonitionblock td.content > div[class] {
+.doc .admonitionblock td.content > :first-child {
margin: 0;
}
@@ -375,8 +376,20 @@
.doc .literalblock .title,
.doc .listingblock .title {
color: #4a4a4a;
- padding-bottom: 0.15rem;
- font-size: 0.85rem;
+ padding-bottom: 0.08rem;
+ font-size: 0.92rem;
+ font-style: italic;
+}
+
+.doc .admonitionblock .title + .paragraph {
+ margin-top: 0;
+}
+
+/* Other possible colors #248232 (dark green) #2ba84a (brighter green), #f7ef99 (soft yellow), #f78e69 (orangey-grayish) */
+.doc .exampleblock > .content {
+ background-color: #fff;
+ box-shadow: inset 0 0 2px #2ba84a;
+ padding: 0.75rem;
}
/* NEEDS REVIEW prevent pre in table from causing article to exceed bounds */