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
72323051
Commit
72323051
authored
Aug 01, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increase padding on navbar responsive nav links, fix footer margins
parent
c2e899f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
+3
-7
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap-responsive.css
+1
-1
docs/assets/css/docs.css
docs/assets/css/docs.css
+1
-5
less/responsive-navbar.less
less/responsive-navbar.less
+1
-1
No files found.
docs/assets/css/bootstrap-responsive.css
View file @
72323051
...
@@ -940,7 +940,7 @@
...
@@ -940,7 +940,7 @@
}
}
.nav-collapse
.nav
>
li
>
a
,
.nav-collapse
.nav
>
li
>
a
,
.nav-collapse
.dropdown-menu
a
{
.nav-collapse
.dropdown-menu
a
{
padding
:
6
px
15px
;
padding
:
9
px
15px
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#555555
;
color
:
#555555
;
-webkit-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
...
...
docs/assets/css/docs.css
View file @
72323051
...
@@ -134,7 +134,7 @@ hr.soften {
...
@@ -134,7 +134,7 @@ hr.soften {
/* Download button */
/* Download button */
@-webkit-keyframes
downloadButton
{
@-webkit-keyframes
downloadButton
{
from
{
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
),
0
2px
10px
rgba
(
0
,
68
,
204
,
.1
);
}
from
{
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
),
0
2px
10px
rgba
(
0
,
68
,
204
,
.1
);
}
50
%
{
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
),
0
2px
20px
rgba
(
0
,
68
,
204
,
.75
);
}
50
%
{
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
),
0
2px
50px
rgba
(
0
,
68
,
204
,
1
);
}
to
{
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
),
0
2px
10px
rgba
(
0
,
68
,
204
,
.1
);
}
to
{
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
),
0
2px
10px
rgba
(
0
,
68
,
204
,
.1
);
}
}
}
.masthead
.btn
{
.masthead
.btn
{
...
@@ -912,10 +912,6 @@ form.bs-docs-example {
...
@@ -912,10 +912,6 @@ form.bs-docs-example {
}
}
/* Unfloat the back to top link in footer */
/* Unfloat the back to top link in footer */
.footer
{
margin-left
:
-20px
;
margin-right
:
-20px
;
}
.footer
p
{
.footer
p
{
margin-bottom
:
9px
;
margin-bottom
:
9px
;
}
}
...
...
less/responsive-navbar.less
View file @
72323051
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
// Nav and dropdown links in navbar
// Nav and dropdown links in navbar
.nav-collapse .nav > li > a,
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
.nav-collapse .dropdown-menu a {
padding:
6
px 15px;
padding:
9
px 15px;
font-weight: bold;
font-weight: bold;
color: @navbarLinkColor;
color: @navbarLinkColor;
.border-radius(3px);
.border-radius(3px);
...
...
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