Fixed title padding bug.

This commit is contained in:
Sam Hewitt 2015-04-27 13:40:31 -04:00
parent 5f29dab242
commit 6363c103a7
2 changed files with 2 additions and 2 deletions

View File

@ -64,6 +64,7 @@
color: @header_text;
}
.header-bar .button.linked .title,
.header-bar .button.flat .title {
padding: 0;
}
@ -101,7 +102,6 @@
**********************/
.header-bar .flat,
.header-bar .button,
.header-bar .title,
.header-bar .titlebutton,
.header-bar .linked,
.header-bar .text-button,

View File

@ -64,6 +64,7 @@
font: Bold;
}
.titlebar .button.linked .title,
.titlebar .button.flat .title {
padding: 0;
}
@ -100,7 +101,6 @@
.titlebar .flat,
.titlebar .button,
.titlebar .title,
.titlebar .titlebutton,
.titlebar .linked,
.titlebar .text-button,