Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
0bfbf144
Commit
0bfbf144
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
parents
8f0bc9e7
f328ebbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+2
-0
docs/assets/css/bootstrap.css
less/type.less
+1
-0
less/type.less
with
3 additions
and
0 deletions
+3
-0
docs/assets/css/bootstrap.css
+
2
-
0
View file @
0bfbf144
...
...
@@ -835,8 +835,10 @@ ol.inline {
ul
.inline
>
li
,
ol
.inline
>
li
{
display
:
inline-block
;
*
display
:
inline
;
padding-right
:
5px
;
padding-left
:
5px
;
*
zoom
:
1
;
}
dl
{
...
...
This diff is collapsed.
Click to expand it.
less/type.less
+
1
-
0
View file @
0bfbf144
...
...
@@ -125,6 +125,7 @@ ol.inline {
list-style: none;
> li {
display: inline-block;
.ie7-inline-block();
padding-left: 5px;
padding-right: 5px;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets