web/static/css/workspace.css
author samuel huron <admin@cybunk.com>
Thu, 17 Jun 2010 15:12:31 +0200
changeset 56 da0957782d03
parent 30 81d408373dde
permissions -rw-r--r--
Added tag V00.09 for changeset d7c9feca3220

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