summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap/mixins.scss34
1 files changed, 30 insertions, 4 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss
index edb086989c5..2645e0ecb7d 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss
@@ -89,10 +89,26 @@
}
code { padding: 0 4px; }
- h1 { margin-top: 30px;}
- h2 { margin-top: 25px;}
- h3 { margin-top: 20px;}
- h4 { margin-top: 15px;}
+
+ h1 {
+ margin-top: 45px;
+ font-size: 2.5em;
+ }
+
+ h2 {
+ margin-top: 40px;
+ font-size: 2em;
+ }
+
+ h3 {
+ margin-top: 35px;
+ font-size: 2em;
+ }
+
+ h4 {
+ margin-top: 30px;
+ font-size: 1.5em;
+ }
blockquote p {
color: #888;
@@ -107,6 +123,16 @@
background: #EEE;
}
}
+
+ code {
+ font-size: inherit;
+ font-weight: inherit;
+ color: #555;
+ }
+
+ li {
+ line-height: 1.5;
+ }
}
@mixin page-title {