Bruger:Mads Haupt/details.css

/*div {
	background-color: red;
}*//*
div {
	border-color: yellow;
	border-width: 2px;
}*/
@keyframes templatedetails {
	from {height: 500px; opacity: 1;}/*display: initial;}*/
	to {height: 0; opacity: 0;}/*isplay: initial;}*/
}
@-webkit-keyframes templatedetails {
	from {height: auto; opacity: 1;}/*display: initial;}*/
	to {height: 0; opacity 0;}/*isplay: initial;}*/
}
@-moz-keyframes templatedetails {
	from {height: auto; opacity: 1;} /*display: initial;} */
	to {height: 0; opacity: 0;} /*display: initial;}*/
}
/* div {
	border-color: yellow;
	border-width: 2px;
}*//*
div {
	background-color: red;
}
*/