diff options
author | Rory MacQueen <rorymacqueen@gmail.com> | 2013-08-07 17:09:52 -0700 |
---|---|---|
committer | Rory MacQueen <rorymacqueen@gmail.com> | 2013-08-07 17:09:52 -0700 |
commit | b96ccd34b1ab8238a4ad9c6f42c5c27a62ad7646 (patch) | |
tree | b97c04ef8332ea684bf593455c8f8e55a9f87a48 | |
parent | caf59b891550e9e210026be7a892c2e11176c87e (diff) |
Added padding to titles so that accents appear
Very hacky fix to make accents appear on front page. We have to do this because
Benton Sans font doesn't correctly render accents on uppercase characters without it
[endlessm/eos-sdk#243]
-rw-r--r-- | data/css/eos-wikipedia-domain.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/css/eos-wikipedia-domain.css b/data/css/eos-wikipedia-domain.css index 010b671..b055746 100644 --- a/data/css/eos-wikipedia-domain.css +++ b/data/css/eos-wikipedia-domain.css @@ -6,6 +6,7 @@ font-family: "BentonSans ExtraLight"; color: #ffffff; text-shadow: 0px 1px 0px alpha(#23326e, 0.15); + padding-top: 15px; } .title.front-page { @@ -14,6 +15,7 @@ .title.category.front-page { font-size: 40px; + padding-top: 9px; } Gjs_ArticleList{ |