Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
9558211c
Commit
9558211c
authored
10 years ago
by
Maxb
Browse files
Options
Download
Email Patches
Plain Diff
Jumbotron: Putting heading font size in variables to allow for easier overrides.
parent
f5250d0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/jumbotron.less
+1
-1
less/jumbotron.less
less/variables.less
+1
-0
less/variables.less
with
2 additions
and
1 deletion
+2
-1
less/jumbotron.less
+
1
-
1
View file @
9558211c
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
h1,
h1,
.h1 {
.h1 {
font-size:
(@font-size-base * 4.5)
;
font-size:
@jumbotron-heading-font-size
;
}
}
}
}
}
}
This diff is collapsed.
Click to expand it.
less/variables.less
+
1
-
0
View file @
9558211c
...
@@ -484,6 +484,7 @@
...
@@ -484,6 +484,7 @@
@jumbotron-bg: @gray-lighter;
@jumbotron-bg: @gray-lighter;
@jumbotron-heading-color: inherit;
@jumbotron-heading-color: inherit;
@jumbotron-font-size: ceil((@font-size-base * 1.5));
@jumbotron-font-size: ceil((@font-size-base * 1.5));
@jumbotron-heading-font-size: ceil((@font-size-base * 4.5));
//== Form states and alerts
//== Form states and alerts
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment