view structure.css @ 885:ba83143187d6

Scripts: score_parser.py: ignore empty rows (subject with no ratings for current song)
author Brecht De Man <BrechtDeMan@users.noreply.github.com>
date Mon, 29 Jun 2015 19:02:48 +0100
parents ca4ae613f1dd
children 375410a5571d
line wrap: on
line source
/* structure.css
 * Define the structure for classes and objects in HTML
 */

div.title {
	width = 100%;
	height = 50px;
	margin-bottom: 10px;
}

body {

}