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
1587b894
Commit
1587b894
authored
May 03, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
run make on previous commits
parent
e1c67b14
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
60 deletions
+15
-60
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+15
-60
No files found.
docs/assets/css/bootstrap.css
View file @
1587b894
...
@@ -1396,15 +1396,17 @@ textarea::-webkit-input-placeholder {
...
@@ -1396,15 +1396,17 @@ textarea::-webkit-input-placeholder {
margin-top
:
-5px
;
margin-top
:
-5px
;
}
}
/*
// Move the options list down to align with labels
.controls > .radio:first-child,
.controls > .radio:first-child,
.controls > .checkbox:first-child {
.controls > .checkbox:first-child {
padding-top
:
5px
;
padding-top: 5px;
// has to be padding because margin collaspes
}
}
*/
.radio-inline
,
.radio-inline
,
.checkbox-inline
{
.checkbox-inline
{
display
:
inline-block
;
display
:
inline-block
;
padding-top
:
5px
;
padding-left
:
20px
;
padding-left
:
20px
;
margin-bottom
:
0
;
margin-bottom
:
0
;
font-weight
:
normal
;
font-weight
:
normal
;
...
@@ -3759,16 +3761,6 @@ button.close {
...
@@ -3759,16 +3761,6 @@ button.close {
.navbar
.nav.pull-right
{
.navbar
.nav.pull-right
{
float
:
right
;
float
:
right
;
}
}
.navbar
.nav
>
.divider
{
width
:
1px
;
height
:
30px
;
margin
:
10px
9px
;
border-right
:
1px
solid
#fbfbfb
;
border-bottom
:
0
;
}
.navbar-inverse
.nav
>
.divider
{
border-right-color
:
#2f2f2f
;
}
.navbar-toggle
{
.navbar-toggle
{
position
:
relative
;
position
:
relative
;
top
:
auto
;
top
:
auto
;
...
@@ -3781,62 +3773,25 @@ button.close {
...
@@ -3781,62 +3773,25 @@ button.close {
}
}
}
}
/*
.navbar-btn
{
margin-top
:
8px
;
}
// Janky solution for now to account for links outside the .nav
// -------------------------
.navbar-link
{
.navbar-link
{
color: @navbar-link-color;
color
:
#777777
;
&:hover {
color: @navbar-link-hover-color;
}
}
}
// Buttons in navbar
.navbar-link
:hover
{
// -------------------------
color
:
#333333
;
.navbar .btn,
.navbar .btn-group {
.navbarVerticalAlign(30px); // Vertically center in navbar
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
margin-top: 0; // then undo the margin here so we don't accidentally double it
}
}
// Navbar forms
.navbar-inverse
.navbar-link
{
// -------------------------
color
:
#999999
;
.navbar-form {
margin-bottom: 0; // remove default bottom margin
.clearfix();
input,
select,
.radio,
.checkbox {
.navbarVerticalAlign(30px); // Vertically center in navbar
}
input,
select,
.btn {
display: inline-block;
margin-bottom: 0;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
margin-top: 3px;
}
.input-append,
.input-prepend {
margin-top: 5px;
white-space: nowrap; // preven two items from separating within a .navbar-form that has .pull-left
input {
margin-top: 0; // remove the margin on top since it's on the parent
}
}
}
}
*/
.navbar-inverse
.navbar-link
:hover
{
color
:
#ffffff
;
}
.btn
.caret
{
.btn
.caret
{
border-top-color
:
#ffffff
;
border-top-color
:
#ffffff
;
...
...
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