Skip to content

Commit

Permalink
change .fl class since it comflicts floating point numbers in R code …
Browse files Browse the repository at this point in the history
…output in revealjs!
  • Loading branch information
emitanaka committed Aug 17, 2022
1 parent a85b35a commit 67cd25f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,9 @@ input[type="url"],



.fl { float: left; _display: inline; }
.fr { float: right; _display: inline; }
.fn { float: none; }
.ftl { float: left; _display: inline; }
.ftr { float: right; _display: inline; }
.ftn { float: none; }


/*
Expand Down

0 comments on commit 67cd25f

Please sign in to comment.