Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
52aa67fa
Commit
52aa67fa
authored
Jan 31, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
only round jumbotron corners at 768px+
parent
b02a0fe7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+1
-1
less/jumbotron.less
less/jumbotron.less
+1
-1
No files found.
docs/assets/css/bootstrap.css
View file @
52aa67fa
...
@@ -4423,7 +4423,6 @@ a.counter:hover {
...
@@ -4423,7 +4423,6 @@ a.counter:hover {
line-height
:
30px
;
line-height
:
30px
;
color
:
inherit
;
color
:
inherit
;
background-color
:
#eeeeee
;
background-color
:
#eeeeee
;
border-radius
:
6px
;
}
}
.jumbotron
h1
{
.jumbotron
h1
{
...
@@ -4438,6 +4437,7 @@ a.counter:hover {
...
@@ -4438,6 +4437,7 @@ a.counter:hover {
@media
screen
and
(
min-width
:
768px
)
{
@media
screen
and
(
min-width
:
768px
)
{
.jumbotron
{
.jumbotron
{
padding
:
50px
60px
;
padding
:
50px
60px
;
border-radius
:
6px
;
}
}
.jumbotron
h1
{
.jumbotron
h1
{
font-size
:
60px
;
font-size
:
60px
;
...
...
less/jumbotron.less
View file @
52aa67fa
...
@@ -11,7 +11,6 @@
...
@@ -11,7 +11,6 @@
line-height: @line-height-base * 1.5;
line-height: @line-height-base * 1.5;
color: @jumbotron-lead-color;
color: @jumbotron-lead-color;
background-color: @jumbotron-background;
background-color: @jumbotron-background;
border-radius: 6px;
h1 {
h1 {
line-height: 1;
line-height: 1;
color: @jumbotron-heading-color;
color: @jumbotron-heading-color;
...
@@ -24,6 +23,7 @@
...
@@ -24,6 +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
h1 {
h1 {
font-size: 60px;
font-size: 60px;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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