diff --git a/docs/_includes/xstyle.css b/docs/_includes/xstyle.css
deleted file mode 100644
index 044892f8..00000000
--- a/docs/_includes/xstyle.css
+++ /dev/null
@@ -1,9 +0,0 @@
-.tlbr-ic {
- max-width: 100%;
- max-height: 100%;
- box-sizing: content-box;
- padding: 2px;
- margin: 0 0 0 0;
- border-style: none;
- border: 0 0 0 0;
-}
diff --git a/docs/widgets_process_input.md b/docs/widgets_process_input.md
index 3f505c7e..57af1a9c 100644
--- a/docs/widgets_process_input.md
+++ b/docs/widgets_process_input.md
@@ -9,8 +9,8 @@ The process input widget is used to pass input to a processes that are executed

-- {: .tlbr-ic}: sends the text to the process, also works with ENTER.
-- {: .tlbr-ic}: closes the process input stream.
-- {: .tlbr-ic}: forces the process termination.
+-
: sends the text to the process, also works with ENTER.
+-
: closes the process input stream.
+-
: forces the process termination.
The input text can contain [symbolic strings](features_symbolic_strings).