Skip to content

Commit

Permalink
Make CSS processable by Less
Browse files Browse the repository at this point in the history
Because of spaces in alpha filter it was imposible to process css files
by less. Tested on http://lesscssismore.com/71j30d/1 Also delete blank
spaces on end of line.
  • Loading branch information
Michal Ozogán committed Jul 16, 2014
1 parent a57a6d7 commit f043690
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bootstro.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
right: 0;
top: 0;
z-index: 1;
filter: alpha(opacity = 50);
filter: alpha(opacity=50);
}
.bootstro-highlight
{
Expand All @@ -38,9 +38,9 @@
margin-top:10px;
}

.bootstro-nav-wrapper button, .bootstro-finish-btn-wrapper button
.bootstro-nav-wrapper button, .bootstro-finish-btn-wrapper button
{
font-size:12px !important;
font-size:12px !important;
padding : 3px 5px 3px 5px !important;
font-weight:bold;
}
Expand Down
2 changes: 1 addition & 1 deletion bootstro.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f043690

Please sign in to comment.