Update snippet for changing padding in README.rst

The CSS selector was changed to vte-terminal.
This commit is contained in:
Lukas Waymann 2016-05-25 15:59:42 +02:00
parent 9a3115603a
commit b58bf501a7
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ follow snippet to ``$XDG_CONFIG_HOME/gtk-3.0/gtk.css`` (or
.. code:: css
VteTerminal {
VteTerminal, vte-terminal {
padding: 2px;
}