Skip to content

Commit

Permalink
improv
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Mat committed Feb 24, 2017
1 parent 8d1ca0f commit ace2642
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pomodoro/pomodoro-functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var secondsRemaing = pomodoroTime;
var interval_clock=false;

//With that line mootools can use the selector ($) and jQuery use the selector (jQuery), without conflict
jQuery.noConflict();
//jQuery.noConflict();

//There only one button at the page, all the actions (trigglers) start here
function action_button() {
Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ Tags: buddypress, red, white, flexible-width, two-columns
#header a {color:#fff;}
#header a:hover {color:#063;}

.mdc-theme-switcher {
top: 0px;
left: 0;
}

/*f5sites*/
.register_div_box {background:#CCC;padding:10px 15px;margin:10px auto;border:1px #fff solid; height:110px;}
.register_div_box:hover {background:#EEE;border:1px #666 solid;}
Expand Down

0 comments on commit ace2642

Please sign in to comment.