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
7ff40635
Commit
7ff40635
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#7497
: use var for jumbotron border radius
parent
330e9b16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/jumbotron.less
+1
-1
less/jumbotron.less
with
1 addition
and
1 deletion
+1
-1
less/jumbotron.less
+
1
-
1
View file @
7ff40635
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
@media screen and (min-width: 768px) {
@media screen and (min-width: 768px) {
.jumbotron {
.jumbotron {
padding: 50px 60px;
padding: 50px 60px;
border-radius:
6px
; // Only round corners at higher resolutions
border-radius:
@border-radius-large
; // Only round corners at higher resolutions
h1 {
h1 {
font-size: 60px;
font-size: 60px;
...
...
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