Skip to content
GitLab
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
606d6e81
Commit
606d6e81
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #8426 from liuyl/simplify-type
simplify type.less
parents
b2fa5152
0d5c3c2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+2
-2
docs/assets/css/bootstrap.css
less/type.less
+4
-6
less/type.less
with
6 additions
and
8 deletions
+6
-8
docs/assets/css/bootstrap.css
+
2
-
2
View file @
606d6e81
...
...
@@ -524,9 +524,9 @@ ol {
}
ul
ul
,
ol
ul
,
ul
ol
,
ol
ol
,
ol
ul
{
ol
ol
{
margin-bottom
:
0
;
}
...
...
This diff is collapsed.
Click to expand it.
less/type.less
+
4
-
6
View file @
606d6e81
...
...
@@ -107,12 +107,10 @@ ul,
ol {
margin-top: 0;
margin-bottom: (@line-height-computed / 2);
}
ul ul,
ul ol,
ol ol,
ol ul {
margin-bottom: 0;
ul,
ol{
margin-bottom: 0;
}
}
// List options
...
...
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