summaryrefslogtreecommitdiffstats
path: root/docs/modules
diff options
context:
space:
mode:
authorSarah White <graphitefriction@gmail.com>2018-04-05 10:49:39 -0600
committerSarah White <graphitefriction@gmail.com>2018-04-10 10:31:36 -0600
commitc1903e9ef7dda1fe0f77fe1724bbeed9a9bab2fc (patch)
tree975f6f0fc7c98facfd3aefe756c4176f1fd5bde4 /docs/modules
parent0e47547154ea41dee19a6fdc17e57bcd7ac63daf (diff)
downloadalpine-antora-theme-c1903e9ef7dda1fe0f77fe1724bbeed9a9bab2fc.tar.bz2
alpine-antora-theme-c1903e9ef7dda1fe0f77fe1724bbeed9a9bab2fc.tar.xz
add inline text styles to nav
- remove duplicate attributes
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/ROOT/nav.adoc1
-rw-r--r--docs/modules/ROOT/pages/style-guide.adoc4
2 files changed, 1 insertions, 4 deletions
diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 56f0524..8c0aa93 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -5,3 +5,4 @@
* xref:templates.adoc[Work with the Handlebars Templates]
* xref:stylesheets.adoc[Work with the CSS Stylesheets]
* xref:style-guide.adoc[UI Element Styles]
+** xref:inline-text-styles.adoc[Inline Text Styles]
diff --git a/docs/modules/ROOT/pages/style-guide.adoc b/docs/modules/ROOT/pages/style-guide.adoc
index d53af75..d9d6356 100644
--- a/docs/modules/ROOT/pages/style-guide.adoc
+++ b/docs/modules/ROOT/pages/style-guide.adoc
@@ -2,10 +2,6 @@
ifndef::env-site,env-github[]
include::_attributes.adoc[]
endif::[]
-// Settings:
-:idprefix:
-:idseparator: -
-:experimental:
When creating a UI theme for Antora, there are certain elements in the UI that require support from the CSS to work correctly.
This list includes elements in the shell (i.e., frame) and in the document content.