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
ff57f595
Commit
ff57f595
authored
13 years ago
by
Alec Rust
Browse files
Options
Download
Email Patches
Plain Diff
Corrected spacing
parent
d335adf6
1 merge request
!2923
Corrected spacing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/mixins.less
+1
-1
less/mixins.less
with
1 addition
and
1 deletion
+1
-1
less/mixins.less
+
1
-
1
View file @
ff57f595
...
@@ -302,7 +302,7 @@
...
@@ -302,7 +302,7 @@
// Opacity
// Opacity
.opacity(@opacity: 100) {
.opacity(@opacity: 100) {
opacity: @opacity / 100;
opacity: @opacity / 100;
filter: ~"alpha(opacity=@{opacity})";
filter: ~"alpha(opacity=@{opacity})";
}
}
...
...
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