Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
719ebd82
Commit
719ebd82
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
grunt
parent
4dcdc08d
4 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/css/_src/docs.css
+30
-11
docs/assets/css/_src/docs.css
docs/assets/css/docs.min.css
+1
-1
docs/assets/css/docs.min.css
docs/assets/js/customize.min.js
+1
-1
docs/assets/js/customize.min.js
with
32 additions
and
13 deletions
+32
-13
docs/assets/css/_src/docs.css
+
30
-
11
View file @
719ebd82
...
...
@@ -466,16 +466,6 @@ body {
margin-bottom
:
15px
;
}
/* Featured sites */
.bs-docs-featured-sites
{
margin-right
:
-1px
;
margin-left
:
-1px
;
}
.bs-docs-featured-sites
.col-sm-3
{
padding-right
:
1px
;
padding-left
:
1px
;
}
@media
(
min-width
:
480px
)
{
.bs-docs-featurette
.img-responsive
{
margin-top
:
30px
;
...
...
@@ -508,6 +498,36 @@ body {
}
}
/* Featured sites */
.bs-docs-featured-sites
{
margin-right
:
-1px
;
margin-left
:
-1px
;
}
.bs-docs-featured-sites
.col-sm-3
{
padding-right
:
1px
;
padding-left
:
1px
;
}
.bs-docs-featured-sites
.img-responsive
{
margin-bottom
:
15px
;
}
@media
(
min-width
:
480px
)
{
.bs-docs-featured-sites
.img-responsive
{
margin-bottom
:
0
;
}
}
/* Example thumbnails */
@media
(
max-width
:
480px
)
{
.bs-examples
{
margin-right
:
-10px
;
margin-left
:
-10px
;
}
.bs-examples
>
[
class
^=
"col-"
]
{
padding-right
:
10px
;
padding-left
:
10px
;
}
}
/*
* Side navigation
...
...
@@ -843,7 +863,6 @@ h1[id] {
position
:
relative
;
padding
:
45px
15px
15px
;
margin
:
0
-15px
15px
;
background-color
:
#fafafa
;
border-color
:
#e5e5e5
#eee
#eee
;
border-style
:
solid
;
border-width
:
1px
0
;
...
...
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.min.css
+
1
-
1
View file @
719ebd82
This diff is collapsed.
Click to expand it.
docs/assets/js/customize.min.js
+
1
-
1
View file @
719ebd82
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
Menu
Explore
Projects
Groups
Snippets