Use standard CSS for rounded corners

Remove Nifty Corners and prefixed CSS rules.
Browser support of CSS3 border-radius is excellent by now.
This commit is contained in:
Dan Rice 2015-04-09 23:15:05 -04:00
parent 5718eac5c3
commit e6761731d1
6 changed files with 4 additions and 339 deletions

View file

@ -1144,8 +1144,6 @@ $(document).ready(function() {
});
}
TracksPages.setup_nifty_corners();
TodoItemsContainer.setup_container_toggles();
/* enable page specific behavior */
@ -1158,4 +1156,3 @@ $(document).ready(function() {
/* Gets called from all AJAX callbacks, too */
enable_rich_interaction();
});