summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2013-10-17 14:24:51 -0700
committerPhilip Chimento <philip@endlessm.com>2013-10-17 14:24:51 -0700
commit5d76498fea294395dbb1c2f27fe1666a46f42371 (patch)
tree0392a1578f1905958f623bd4fd8fca5e12b787f1
parent60369d32ec26deba64766b58b4470d7b9c8a629f (diff)
'bold' is a 'font-weight' value
Not 'font-style' [endlessm/eos-sdk#362]
-rw-r--r--data/css/endless-widgets.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/css/endless-widgets.css b/data/css/endless-widgets.css
index 2f289f6..404d906 100644
--- a/data/css/endless-widgets.css
+++ b/data/css/endless-widgets.css
@@ -6,7 +6,7 @@
.top-bar {
font-family: "Lato";
- font-style: bold;
+ font-weight: bold;
font-size: 11px;
background-image: -gtk-gradient(linear, center top, center bottom,
from(#464646), to(#1e1e1e));