Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Added missing semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMalbran committed May 4, 2014
1 parent b756e4f commit 6dc1b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/default/InlineTimingFunctionEditor/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
bottom: 0;
left: 0;
width: 100%;
padding: .3em .5em 0 .3em
padding: .3em .5em 0 .3em;

-moz-box-sizing: border-box;
box-sizing: border-box;
Expand Down

0 comments on commit 6dc1b4a

Please sign in to comment.