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
22d52fca
Commit
22d52fca
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
fix goign between small view large view with responsive collapse
parent
b8a683d7
2 merge requests
!1475
2.0 wip
,
!1403
warningText and warningBackground docs fix
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/css/docs.css
+11
-6
docs/assets/css/docs.css
with
11 additions
and
6 deletions
+11
-6
docs/assets/css/docs.css
+
11
-
6
View file @
22d52fca
...
...
@@ -47,10 +47,10 @@ section {
hr
.soften
{
height
:
1px
;
margin
:
54px
0
;
background-image
:
-webkit-linear-gradient
(
left
,
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
.1
),
rgba
(
0
,
0
,
0
,
0
));
background-image
:
-moz-linear-gradient
(
left
,
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
.1
),
rgba
(
0
,
0
,
0
,
0
));
background-image
:
-ms-linear-gradient
(
left
,
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
.1
),
rgba
(
0
,
0
,
0
,
0
));
background-image
:
-o-linear-gradient
(
left
,
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
.1
),
rgba
(
0
,
0
,
0
,
0
));
background-image
:
-webkit-linear-gradient
(
left
,
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
.1
),
rgba
(
0
,
0
,
0
,
0
));
background-image
:
-moz-linear-gradient
(
left
,
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
.1
),
rgba
(
0
,
0
,
0
,
0
));
background-image
:
-ms-linear-gradient
(
left
,
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
.1
),
rgba
(
0
,
0
,
0
,
0
));
background-image
:
-o-linear-gradient
(
left
,
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
.1
),
rgba
(
0
,
0
,
0
,
0
));
border
:
0
;
}
...
...
@@ -166,7 +166,7 @@ hr.soften {
border
:
1px
solid
#e5e5e5
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
border-radius
:
4px
;
}
.subnav
.nav
{
margin-bottom
:
0
;
...
...
@@ -695,6 +695,11 @@ form.well {
}
}
@media
(
min-width
:
940px
)
{
.nav-collapse.collapse
{
height
:
auto
!important
;
}
}
@media
(
max-width
:
768px
)
{
...
...
@@ -788,7 +793,7 @@ form.well {
}
@media
(
max-width
:
940px
)
{
/* Unfloat brand */
.navbar-fixed-top
.brand
{
float
:
none
;
...
...
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