/*
Theme Name: bev_twentytwelve_child
Theme URI: http://bevaringsforeningen.dk
Description: Bevaringsforeningens Child Theme til TwentyTwelve
Author: S D Jensen
Author URI: http://bevaringsforeningen.dk
Template: twentytwelve
Version: 1.0
*/

@import url("../twentytwelve/style.css");

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}

/*change the colour of the widget hover*/

.widget-area .widget a {

color: #686868 !important;}

.widget-area .widget a:hover {

color: #2d2d2d !important;}

/*——————-[FJERN: Disse HTML koder og attributter er tilladte...]——————*/
.form-allowed-tags { display:none; }

<?php
/**
 * The template for displaying Comments
 *
 * The area of the page that contains both current comments
 * and the comment form. The actual display of comments is
 * handled by a callback to twentytwelve_comment() which is
 * located in the functions.php file.
 *
 * @package WordPress
 * @subpackage Twenty_Twelve
 * @since Twenty Twelve 1.0
 */

/*
 * If the current post is protected by a password and
 * the visitor has not yet entered the password we will
 * return early without loading the comments.
 */
if ( post_password_required() ) {
	return;
}
?>

