[Scummvm-cvs-logs] CVS: web credits.php,1.9,1.10 faq.php,1.27,1.28 styles.css,1.14,1.15
Max Horn
fingolfin at users.sourceforge.net
Tue Oct 14 11:31:07 CEST 2003
Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1:/tmp/cvs-serv29840
Modified Files:
credits.php faq.php styles.css
Log Message:
cleanup
Index: credits.php
===================================================================
RCS file: /cvsroot/scummvm/web/credits.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- credits.php 14 Oct 2003 13:32:10 -0000 1.9
+++ credits.php 14 Oct 2003 18:30:00 -0000 1.10
@@ -34,8 +34,7 @@
?>
<h1>Credits</h1>
- <blockquote>
- <table border=0 cellpadding=5 cellspacing=0>
+ <table border=0 cellpadding=5 cellspacing=0s style="margin-left: 3em;">
<tr><td colspan=3><h2>The ScummVM team:</h2></td></tr>
@@ -117,7 +116,6 @@
</td></tr>
</table>
- </blockquote>
<?
Index: faq.php
===================================================================
RCS file: /cvsroot/scummvm/web/faq.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- faq.php 14 Oct 2003 13:29:41 -0000 1.27
+++ faq.php 14 Oct 2003 18:30:00 -0000 1.28
@@ -19,11 +19,10 @@
echo html_round_frame_start("FAQ :: Frequently Asked Questions","");
?>
-<p>
- <big><b>FAQ</b></big><br>
- <small>last updated: <? echo date("F d, Y",getlastmod()); ?></small><br>
- <? echo html_line(); ?>
-</p>
+<h1>
+ FAQ<br>
+ <span class="caption">last updated: <? echo date("F d, Y",getlastmod()); ?></span>
+</h1>
<ol>
<li><a href="#1">Introduction</a>
Index: styles.css
===================================================================
RCS file: /cvsroot/scummvm/web/styles.css,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- styles.css 14 Oct 2003 13:08:37 -0000 1.14
+++ styles.css 14 Oct 2003 18:30:00 -0000 1.15
@@ -23,13 +23,14 @@
/* no borders for images */
img { border: 0px; }
-/* draw a line below the h1/h2/h3 elements */
+/* Headlines */
h1, h2 {
background-image: url(images/grey_pixel.gif);
background-repeat: repeat-x;
background-position: left bottom;
padding-bottom: 1px;
}
+h1 .caption { font-size: 8pt; font-weight: normal; }
/* news items */
.news-item .news-header {
@@ -54,7 +55,6 @@
.color0 { background-color: #E0E0E0 }
.color1 { background-color: #C0C0C0 }
.color2 { background-color: #FFFFFF }
-.color3 { background-color: #73106b }
.color4 { background-color: #999999 }
/* Frames */
More information about the Scummvm-git-logs
mailing list