web/static/css/workspace.css
author veltr
Thu, 03 Oct 2013 12:58:33 +0200
changeset 99 281ef3fd6f84
parent 30 81d408373dde
permissions -rw-r--r--
added basic pagination

#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;
}