diff options
author | Sytse Sijbrandij <sytse@dosire.com> | 2013-09-21 20:59:46 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytse@dosire.com> | 2013-09-21 20:59:46 +0200 |
commit | 5367e42bd663cd8a66b364a2ce08c22a83800feb (patch) | |
tree | b219e44383eddb20353c4f2628ac20bbca9f5dea | |
parent | 1a5cde17ac80c112428eb089aa7a7d4d88461128 (diff) | |
download | gitlab-ce-5367e42bd663cd8a66b364a2ce08c22a83800feb.tar.gz |
Restyle event title
-rw-r--r-- | app/assets/stylesheets/sections/events.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index fd5c80f988c..39b2ad7a09c 100644 --- a/app/assets/stylesheets/sections/events.scss +++ b/app/assets/stylesheets/sections/events.scss @@ -46,8 +46,8 @@ border-bottom: 1px solid #eee; .event-title { color: #333; - font-weight: bold; - font-size: 14px; + font-weight: normal; + font-size: 15px; .author_name { color: #333; } |