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
c8ab0a56
Commit
c8ab0a56
authored
Aug 23, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v4-dev' of
https://github.com/twbs/bootstrap
into v4-dev
parents
7d194a9b
e27e9d86
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
2 deletions
+26
-2
Gemfile
Gemfile
+1
-0
docs/content/typography.md
docs/content/typography.md
+2
-2
docs/migration.md
docs/migration.md
+14
-0
scss/_dropdown.scss
scss/_dropdown.scss
+9
-0
No files found.
Gemfile
View file @
c8ab0a56
...
@@ -8,4 +8,5 @@ group :development, :test do
...
@@ -8,4 +8,5 @@ group :development, :test do
gem
'
rouge
'
,
'~> 1.7.4'
gem
'
rouge
'
,
'~> 1.7.4'
gem
'
sass
'
,
'~> 3.4.9'
gem
'
sass
'
,
'~> 3.4.9'
gem
'
scss-lint
'
,
'~> 0.31'
gem
'
scss-lint
'
,
'~> 0.31'
gem
'
jekyll-redirect-from
'
,
'~> 0.8.0'
end
end
docs/content/typography.md
View file @
c8ab0a56
...
@@ -255,13 +255,13 @@ html {
...
@@ -255,13 +255,13 @@ html {
@include media-breakpoint-up(md) {
@include media-breakpoint-up(md) {
html {
html {
font-size: 2
8
px;
font-size: 2
0
px;
}
}
}
}
@include media-breakpoint-up(lg) {
@include media-breakpoint-up(lg) {
html {
html {
font-size: 2
0
px;
font-size: 2
8
px;
}
}
}
}
{% endhighlight %}
{% endhighlight %}
docs/migration.md
View file @
c8ab0a56
...
@@ -98,6 +98,20 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
...
@@ -98,6 +98,20 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
Dropped entirely for the new card component.
Dropped entirely for the new card component.
#### Panels
-
`.panel`
to
`.card`
-
`.panel-default`
removed and no replacement
-
`.panel-heading`
to
`.card-header`
-
`.panel-title`
to
`.card-title`
-
`.panel-body`
to
`.card-block`
-
`.panel-footer`
to
`.card-footer`
-
`.panel-primary`
to
`.card-primary`
and
`.card-inverse`
-
`.panel-success`
to
`.card-success`
and
`.card-inverse`
-
`.panel-info`
to
`.card-info`
and
`.card-inverse`
-
`.panel-warning`
to
`.card-warning`
and
`.card-inverse`
-
`.panel-danger`
to
`.card-danger`
and
`.card-inverse`
### Carousel
### Carousel
-
Renamed
`.item`
to
`.carousel-item`
.
-
Renamed
`.item`
to
`.carousel-item`
.
...
...
scss/_dropdown.scss
View file @
c8ab0a56
...
@@ -24,6 +24,15 @@
...
@@ -24,6 +24,15 @@
}
}
}
}
.dropup
{
.dropdown-toggle
{
&
:after
{
border-bottom
:
$caret-width
solid
;
border-top
:
0
;
}
}
}
// The dropdown menu (ul)
// The dropdown menu (ul)
.dropdown-menu
{
.dropdown-menu
{
position
:
absolute
;
position
:
absolute
;
...
...
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