web/static/css/workspace.css
author veltr
Fri, 04 Oct 2013 11:26:40 +0200
changeset 101 05c1161fa501
parent 30 81d408373dde
permissions -rw-r--r--
Added "aggressive filtering"

#contentsdiv h1 {
    text-decoration : underline;
}

#contentsdiv table {
    border: 1px solid black;
}

#projectsdiv h1 {
    text-decoration : underline;
}

#projectsdiv table {
    border: 1px solid black;
}

.ldt_player_code {
	width: 580px;
	overflow: auto;
	border-style: inset;
	border: 1px solid silver;
	margin: 10px 5px;
	padding: 2px;
}