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
324246e4
Commit
324246e4
authored
Dec 27, 2011
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove negative margin from .brand in docs, update navbar to support buttons up thurr
parent
058f47b3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
1 deletion
+10
-1
bootstrap.css
bootstrap.css
+4
-1
bootstrap.min.css
bootstrap.min.css
+1
-0
docs/assets/css/docs.css
docs/assets/css/docs.css
+1
-0
lib/patterns.less
lib/patterns.less
+4
-0
No files found.
bootstrap.css
View file @
324246e4
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date:
Mon Dec 26 17:12:29
CST 2011
* Date:
Tue Dec 27 12:39:01
CST 2011
*/
*/
html
,
body
{
html
,
body
{
margin
:
0
;
margin
:
0
;
...
@@ -1215,6 +1215,9 @@ table {
...
@@ -1215,6 +1215,9 @@ table {
color
:
#ffffff
;
color
:
#ffffff
;
background-color
:
transparent
;
background-color
:
transparent
;
}
}
.navbar
.btn
{
margin-top
:
5px
;
}
.navbar-search
{
.navbar-search
{
position
:
relative
;
position
:
relative
;
float
:
left
;
float
:
left
;
...
...
bootstrap.min.css
View file @
324246e4
...
@@ -176,6 +176,7 @@ tbody tr:last-child th,tbody tr:last-child td{border-bottom:0;}
...
@@ -176,6 +176,7 @@ tbody tr:last-child th,tbody tr:last-child td{border-bottom:0;}
.navbar
.brand
a
:hover
,
.navbar
ul
.active
>
a
{
color
:
#ffffff
;
text-decoration
:
none
;
background-color
:
#333333
;
background-color
:
rgba
(
255
,
255
,
255
,
0.05
);}
.navbar
.brand
a
:hover
,
.navbar
ul
.active
>
a
{
color
:
#ffffff
;
text-decoration
:
none
;
background-color
:
#333333
;
background-color
:
rgba
(
255
,
255
,
255
,
0.05
);}
.navbar
.brand
{
float
:
left
;
display
:
block
;
padding
:
8px
20px
12px
;
margin-left
:
-20px
;
font-size
:
20px
;
font-weight
:
200
;
line-height
:
1
;
color
:
#ffffff
;}
.navbar
.brand
{
float
:
left
;
display
:
block
;
padding
:
8px
20px
12px
;
margin-left
:
-20px
;
font-size
:
20px
;
font-weight
:
200
;
line-height
:
1
;
color
:
#ffffff
;}
.navbar
p
{
margin
:
0
;
line-height
:
40px
;}
.navbar
p
a
:hover
{
color
:
#ffffff
;
background-color
:
transparent
;}
.navbar
p
{
margin
:
0
;
line-height
:
40px
;}
.navbar
p
a
:hover
{
color
:
#ffffff
;
background-color
:
transparent
;}
.navbar
.btn
{
margin-top
:
5px
;}
.navbar-search
{
position
:
relative
;
float
:
left
;
margin-top
:
6px
;
margin-bottom
:
0
;}
.navbar-search
.search-query
{
padding
:
4px
9px
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
1
;
color
:
#ffffff
;
color
:
rgba
(
255
,
255
,
255
,
0.75
);
background-color
:
#444
;
background-color
:
rgba
(
255
,
255
,
255
,
0.3
);
border
:
1px
solid
#111
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-webkit-transition
:
none
;
-moz-transition
:
none
;
-ms-transition
:
none
;
-o-transition
:
none
;
transition
:
none
;}
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#e6e6e6
;}
.navbar-search
{
position
:
relative
;
float
:
left
;
margin-top
:
6px
;
margin-bottom
:
0
;}
.navbar-search
.search-query
{
padding
:
4px
9px
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
1
;
color
:
#ffffff
;
color
:
rgba
(
255
,
255
,
255
,
0.75
);
background-color
:
#444
;
background-color
:
rgba
(
255
,
255
,
255
,
0.3
);
border
:
1px
solid
#111
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-webkit-transition
:
none
;
-moz-transition
:
none
;
-ms-transition
:
none
;
-o-transition
:
none
;
transition
:
none
;}
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#e6e6e6
;}
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#e6e6e6
;}
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#e6e6e6
;}
.navbar-search
.search-query
:hover
{
color
:
#ffffff
;
background-color
:
#bfbfbf
;
background-color
:
rgba
(
255
,
255
,
255
,
0.5
);}
.navbar-search
.search-query
:hover
{
color
:
#ffffff
;
background-color
:
#bfbfbf
;
background-color
:
rgba
(
255
,
255
,
255
,
0.5
);}
...
...
docs/assets/css/docs.css
View file @
324246e4
...
@@ -22,6 +22,7 @@ body {
...
@@ -22,6 +22,7 @@ body {
body
>
.navbar-fixed
.brand
{
body
>
.navbar-fixed
.brand
{
padding-right
:
0
;
padding-right
:
0
;
padding-left
:
0
;
padding-left
:
0
;
margin-left
:
20px
;
float
:
right
;
float
:
right
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#000
;
color
:
#000
;
...
...
lib/patterns.less
View file @
324246e4
...
@@ -52,6 +52,10 @@
...
@@ -52,6 +52,10 @@
background-color: transparent;
background-color: transparent;
}
}
}
}
// Buttons in navbar
.btn {
margin-top: 5px; // make buttons vertically centered in navbar
}
}
}
// Navbar search
// Navbar search
...
...
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