summaryrefslogtreecommitdiff
path: root/data/css
diff options
context:
space:
mode:
authorMatt Watson <mattdangerw@gmail.com>2016-04-12 17:42:23 -0700
committerMatt Watson <mattdangerw@gmail.com>2016-04-21 15:40:25 -0700
commit222bd621a062303b50db537180827c2fce2514fc (patch)
treed0e6f63e549d769b61efe0db7a4e60ac68b09a4a /data/css
parent7705a8cbd50f745cabb709a0b6c8a9b9e7ee26cd (diff)
css: bump pixel font sizes
Pixel font sizes were incorrectly getting rendered as points previously. This is now fixed, but means our pixel font will render 75% smaller. https://phabricator.endlessm.com/T11000
Diffstat (limited to 'data/css')
-rw-r--r--data/css/endless-widgets.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/css/endless-widgets.css b/data/css/endless-widgets.css
index 6fa136d..2b44fb4 100644
--- a/data/css/endless-widgets.css
+++ b/data/css/endless-widgets.css
@@ -44,7 +44,7 @@ EosWindow {
EosWindow .titlebar {
font-family: "Lato";
font-weight: bold;
- font-size: 11px;
+ font-size: 14.7px;
background-image: -gtk-gradient(linear, center top, center bottom,
from(#464646), to(#1e1e1e));
padding-left: 7px;
@@ -250,5 +250,5 @@ scrollbar {
/* Changes for composite TVs */
.composite headerbar entry {
- font-size: 18px;
+ font-size: 24px;
}