summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-09-21 20:59:46 +0200
committerSytse Sijbrandij <sytse@dosire.com>2013-09-21 20:59:46 +0200
commit5367e42bd663cd8a66b364a2ce08c22a83800feb (patch)
treeb219e44383eddb20353c4f2628ac20bbca9f5dea
parent1a5cde17ac80c112428eb089aa7a7d4d88461128 (diff)
downloadgitlab-ce-5367e42bd663cd8a66b364a2ce08c22a83800feb.tar.gz
Restyle event title
-rw-r--r--app/assets/stylesheets/sections/events.scss4
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;
}