From b58bf501a7f9de6a23bb96ee0f100f4b3c49d571 Mon Sep 17 00:00:00 2001 From: Lukas Waymann Date: Wed, 25 May 2016 15:59:42 +0200 Subject: [PATCH 1/2] Update snippet for changing padding in README.rst The CSS selector was changed to vte-terminal. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d170df3..7230ba1 100644 --- a/README.rst +++ b/README.rst @@ -167,7 +167,7 @@ follow snippet to ``$XDG_CONFIG_HOME/gtk-3.0/gtk.css`` (or .. code:: css - VteTerminal { + VteTerminal, vte-terminal { padding: 2px; } From a375c90fac06e25fd8aacc31850d403e5c93f624 Mon Sep 17 00:00:00 2001 From: Lukas Waymann Date: Wed, 25 May 2016 16:03:31 +0200 Subject: [PATCH 2/2] Fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7230ba1..d8c44ce 100644 --- a/README.rst +++ b/README.rst @@ -162,7 +162,7 @@ PADDING ======= Internal padding can be added by using CSS to style the VTE widget. Adding the -follow snippet to ``$XDG_CONFIG_HOME/gtk-3.0/gtk.css`` (or +following snippet to ``$XDG_CONFIG_HOME/gtk-3.0/gtk.css`` (or ``~/.config/gtk-3.0/gtk.css``) will add uniform 2px padding around the edges: .. code:: css