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
f8efc75a
Commit
f8efc75a
authored
Sep 25, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increase padding on navbar links, remove font-size override on .navbar from docs css
parent
c59e5251
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
+9
-10
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+7
-7
docs/assets/css/docs.css
docs/assets/css/docs.css
+1
-2
less/variables.less
less/variables.less
+1
-1
No files found.
docs/assets/css/bootstrap.css
View file @
f8efc75a
...
...
@@ -4083,7 +4083,7 @@ input[type="submit"].btn::-moz-focus-inner {
.navbar
.brand
{
display
:
block
;
float
:
left
;
padding
:
1
0px
20px
10
px
;
padding
:
1
2px
20px
12
px
;
margin-left
:
-20px
;
font-size
:
20px
;
font-weight
:
200
;
...
...
@@ -4097,7 +4097,7 @@ input[type="submit"].btn::-moz-focus-inner {
.navbar-text
{
margin-bottom
:
0
;
line-height
:
4
0
px
;
line-height
:
4
4
px
;
}
.navbar-link
{
...
...
@@ -4109,7 +4109,7 @@ input[type="submit"].btn::-moz-focus-inner {
}
.navbar
.divider-vertical
{
height
:
4
0
px
;
height
:
4
4
px
;
margin
:
0
9px
;
border-right
:
1px
solid
#ffffff
;
border-left
:
1px
solid
#f2f2f2
;
...
...
@@ -4117,7 +4117,7 @@ input[type="submit"].btn::-moz-focus-inner {
.navbar
.btn
,
.navbar
.btn-group
{
margin-top
:
5
px
;
margin-top
:
7
px
;
}
.navbar
.btn-group
.btn
,
...
...
@@ -4145,7 +4145,7 @@ input[type="submit"].btn::-moz-focus-inner {
.navbar-form
select
,
.navbar-form
.radio
,
.navbar-form
.checkbox
{
margin-top
:
5
px
;
margin-top
:
7
px
;
}
.navbar-form
input
,
...
...
@@ -4175,7 +4175,7 @@ input[type="submit"].btn::-moz-focus-inner {
.navbar-search
{
position
:
relative
;
float
:
left
;
margin-top
:
5
px
;
margin-top
:
7
px
;
margin-bottom
:
0
;
}
...
...
@@ -4261,7 +4261,7 @@ input[type="submit"].btn::-moz-focus-inner {
.navbar
.nav
>
li
>
a
{
float
:
none
;
padding
:
1
0px
15px
10
px
;
padding
:
1
2px
15px
12
px
;
color
:
#777777
;
text-decoration
:
none
;
text-shadow
:
0
1px
0
#ffffff
;
...
...
docs/assets/css/docs.css
View file @
f8efc75a
...
...
@@ -12,7 +12,7 @@
body
{
position
:
relative
;
padding-top
:
4
0
px
;
padding-top
:
4
4
px
;
}
/* Code in headings */
...
...
@@ -27,7 +27,6 @@ h3 code {
-------------------------------------------------- */
body
>
.navbar
{
font-size
:
13px
;
background-color
:
rgba
(
0
,
0
,
0
,
.9
);
}
...
...
less/variables.less
View file @
f8efc75a
...
...
@@ -180,7 +180,7 @@
@navbarCollapseWidth: 979px;
@navbarCollapseDesktopWidth: @navbarCollapseWidth + 1;
@navbarHeight: 4
0
px;
@navbarHeight: 4
4
px;
@navbarBackgroundHighlight: #ffffff;
@navbarBackground: darken(@navbarBackgroundHighlight, 5%);
@navbarBorder: darken(@navbarBackground, 12%);
...
...
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