web/static/css/workspace.css
author ymh <ymh.work@gmail.com>
Tue, 15 Jun 2010 00:28:52 +0200
changeset 44 704480d8fb14
parent 30 81d408373dde
permissions -rw-r--r--
Added tag V00.07 for changeset 365124aa9efd

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