[phpwebapp-commits] CVS: top10/templates styles.css,1.1.1.1,1.2 main.html,1.1.1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-09-30 07:01:00
|
Update of /cvsroot/phpwebapp/top10/templates In directory sc8-pr-cvs1:/tmp/cvs-serv18138/templates Modified Files: styles.css main.html Log Message: Added 'Best view with: Mozilla' Index: styles.css =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/styles.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** styles.css 23 Sep 2003 14:04:12 -0000 1.1.1.1 --- styles.css 30 Sep 2003 07:00:56 -0000 1.2 *************** *** 40,43 **** --- 40,59 ---- } + /* -------- footer -------------- */ + + .footer + { + margin: 0; + padding: 2px; + font-family: arial, helvetica, sans-se; + font-size: 10pt; + text-align: center; + text-decoration: none; + color: #aaaa99; + background-color: #eeeeee; + white-space: nowrap; + border: 1px solid #e4e4e4; + } + /* -------- button styles --------- */ Index: main.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/main.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** main.html 23 Sep 2003 14:04:12 -0000 1.1.1.1 --- main.html 30 Sep 2003 07:00:56 -0000 1.2 *************** *** 21,24 **** --- 21,33 ---- <Include SRC="{{./}}{{module_file}}" /> </WebBox> + + <table align="right" cellspacing="0" cellpadding="0" border="0"> + <tr> + <td class="footer"> + Best viewed with: + <a href="http://www.mozilla.org/" target="_blank">Mozilla</a> + </td> + </tr> + </table> </body> </html> |