web/static/css/workspace.css
author ymh <ymh.work@gmail.com>
Tue, 15 Jun 2010 01:32:34 +0200
changeset 47 8dbd741e3da6
parent 30 81d408373dde
permissions -rw-r--r--
correct css path and error handling + increase version

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