Simplify padding in Qt-CSS

This commit is contained in:
Florian Bruhin 2014-04-22 23:02:51 +02:00
parent 06ff2e00e9
commit 21bb9840d9
2 changed files with 2 additions and 4 deletions

1
THANKS
View File

@ -52,6 +52,7 @@ channel:
- AlexWMF
- scummos
- svuorela
- kpj
Thanks to these projects which were essential while developing qutebrowser:
- Python

View File

@ -47,10 +47,7 @@ class TabWidget(QTabWidget):
QTabBar::tab {{
{color[tab.bg]}
{color[tab.fg]}
padding-left: 5px;
padding-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
padding: 0px 5px 0px 5px;
border-right: 1px solid {color[tab.seperator]};
}}