4fd6f93c8230ff9f1a58c43c43c84d18d5412635
Benjamin Renard Initial commit

Benjamin Renard authored 12 years ago

templates/summary.php  1) <?php
templates/summary.php  2) global $page;
templates/summary.php  3) ?>
templates/summary.php  4) <style>
templates/summary.php  5) dl.projectinfos {
templates/summary.php  6) 	margin:		0;
templates/summary.php  7) 	padding:	0;
templates/summary.php  8) }
templates/summary.php  9) 
templates/summary.php 10) dl.projectinfos dt {
templates/summary.php 11) 	position:		relative;
templates/summary.php 12) 	width:			7em;
templates/summary.php 13) 	left:			0.2em;
templates/summary.php 14) 	font-weight:		bold;
templates/summary.php 15) }
templates/summary.php 16) 
templates/summary.php 17) dl.projectinfos dd {
templates/summary.php 18) 	margin-left:		7em;
templates/summary.php 19) 	margin-top:		-1.3em;
templates/summary.php 20) 	padding:		0;
templates/summary.php 21) }
templates/summary.php 22) 
templates/summary.php 23) dl.projectinfos ul {
templates/summary.php 24) 	list-style-type:	none;
templates/summary.php 25) 	margin:			0;
templates/summary.php 26) 	padding:		0;
templates/summary.php 27) }
templates/summary.php 28) </style>
Benjamin Renard Change <h2> to <h1> with CS...

Benjamin Renard authored 12 years ago

templates/summary.php 29) <h1 class='projectinfos'>Project informations</h1>