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
1bb159aa
Commit
1bb159aa
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
rm fallback white-space for <code>
If my analysis is right, this should be unnecessary.
parent
211d6831
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/code.less
+0
-1
less/code.less
with
0 additions
and
1 deletion
+0
-1
less/code.less
+
0
-
1
View file @
1bb159aa
...
@@ -47,7 +47,6 @@ pre {
...
@@ -47,7 +47,6 @@ pre {
code {
code {
padding: 0;
padding: 0;
color: inherit;
color: inherit;
white-space: pre;
white-space: pre-wrap;
white-space: pre-wrap;
background-color: transparent;
background-color: transparent;
border: 0;
border: 0;
...
...
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