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
89205d9d
Commit
89205d9d
authored
Feb 10, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manually address #1895
parent
b4b3343a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+1
-1
less/type.less
less/type.less
+1
-1
less/variables.less
less/variables.less
+3
-0
No files found.
docs/assets/bootstrap.zip
View file @
89205d9d
No preview for this file type
docs/assets/css/bootstrap.css
View file @
89205d9d
...
...
@@ -393,7 +393,7 @@ dd {
hr
{
margin
:
18px
0
;
border
:
0
;
border-top
:
1px
solid
#e
5e5e5
;
border-top
:
1px
solid
#e
eeeee
;
border-bottom
:
1px
solid
#ffffff
;
}
strong
{
...
...
less/type.less
View file @
89205d9d
...
...
@@ -138,7 +138,7 @@ dd {
hr {
margin: @baseLineHeight 0;
border: 0;
border-top: 1px solid
#e5e5e5
;
border-top: 1px solid
@hrBorder
;
border-bottom: 1px solid @white;
}
...
...
less/variables.less
View file @
89205d9d
...
...
@@ -61,6 +61,9 @@
// Input placeholder text color
@placeholderText: @grayLight;
// Hr border color
@hrBorder: @grayLighter;
// Navbar
@navbarHeight: 40px;
@navbarBackground: @grayDarker;
...
...
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