/*
Theme Name: Graphene Child
Theme URI: http://www.alep.lu/wordpress/
Description: Child theme for the Graphene theme
Author: ALEP
Author URI: http://www.alep.lu
Template: graphene
Version: 0.2.0
*/

@import url("../graphene/style.css");
/* Your modification goes here */

/* Facebook Widget No Border Solution */
#likebox-frame{
 border:none;
 z-index:10;
 overflow: hidden;
 position:relative;
 top:-1px;
 left:-2px;
}
#likebox-frame iframe{
  left:-5px;
  overflow:hidden;
  position:relative;
  top:-1px;
}

/* CAPTCHA No Submit Button Solution */
#submit{
 display: none;
 }
