Merge pull request #363 from meribold/master

Update CSS snippet for changing the padding
This commit is contained in:
jelle van der Waa 2016-06-01 10:54:58 +02:00
commit d0ce9bc221
1 changed files with 2 additions and 2 deletions

View File

@ -162,12 +162,12 @@ PADDING
======= =======
Internal padding can be added by using CSS to style the VTE widget. Adding the 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: ``~/.config/gtk-3.0/gtk.css``) will add uniform 2px padding around the edges:
.. code:: css .. code:: css
VteTerminal { VteTerminal, vte-terminal {
padding: 2px; padding: 2px;
} }