diff options
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/gitlab_bootstrap.scss | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap.scss b/app/assets/stylesheets/gitlab_bootstrap.scss index c4491b3caed..087db6bb721 100644 --- a/app/assets/stylesheets/gitlab_bootstrap.scss +++ b/app/assets/stylesheets/gitlab_bootstrap.scss @@ -281,6 +281,7 @@ table.no-borders { font-size:13px; background: #474D57; color:#fff; + font-weight:bold; font-family: monospace; } } @@ -590,3 +591,27 @@ ul.breadcrumb { border-top:1px solid #eee; } } + +input[type=text] { + &.large_text { + padding:6px; + font-size:16px; + } +} + +p { + &.slead { + color:#456; + font-size:16px; + margin-bottom: 12px; + font-weight: 200; + line-height: 24px; + } +} + +h3.page_title { + color:#456; + font-size:20px; + font-weight: 600; + line-height: 28px; +} |