Merge pull request #363 from meribold/master
Update CSS snippet for changing the padding
This commit is contained in:
commit
d0ce9bc221
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue