Skip to content

Commit

Permalink
Naprawienie zapisywania projektów, wyśrodkowanie linku na banerze
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Oct 26, 2015
1 parent 7970525 commit 461f3f3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/scss/_recruitment.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ input:focus + label {
left: 0;
width: 100%;
div {
display: inline;
display: inherit;
margin: 0 auto;
}
i {
Expand Down
4 changes: 2 additions & 2 deletions lib/candies.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function wpse31443_author_has_custom_post_type( $post_author, $post_type ) {
return false;
}


// Pousuwać nieptrzebne emoji //
function disable_wp_emojicons() {

// all actions related to emojis
Expand All @@ -136,6 +136,6 @@ function disable_wp_emojicons() {
// filter to remove TinyMCE emojis
add_filter( 'tiny_mce_plugins', 'disable_emojicons_tinymce' );
}
add_action( 'init', 'disable_wp_emojicons' );
// add_action( 'init', 'disable_wp_emojicons' );

?>
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Theme Name: Synergia
Author: Stanisław Dac
Author URI: http://vk.com/stsdc
Description: Specjalnie dla Międzywydziałowego Koła Naukowego Mechatroniki "Synergia"
Version: 1.1.0
Version: 1.1.1
GitHub Theme URI: https://github.com/synergia/mknm-synergia-theme
GitHub Branch: master
*/

0 comments on commit 461f3f3

Please sign in to comment.