diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-26 11:13:06 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-26 11:13:06 +0200 |
commit | c818712dfa0be11efd13c7e9ccac7dd7045e67d7 (patch) | |
tree | f79cacd15db9c96bdcff5f62620f9b33725285f9 | |
parent | 92ca779ebcfaebd01b2b107478b8f77896b14587 (diff) | |
download | gitlab-ce-c818712dfa0be11efd13c7e9ccac7dd7045e67d7.tar.gz |
Reduce comments font size for events feed
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/assets/stylesheets/sections/events.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index fe7ab426e8d..b68f882220e 100644 --- a/app/assets/stylesheets/sections/events.scss +++ b/app/assets/stylesheets/sections/events.scss @@ -63,6 +63,10 @@ color: #666; margin-top: 5px; + .md { + font-size: 13px; + } + pre { border: none; background: #f9f9f9; |