[phpwebapp-commits] CVS: documentation/templates styles.css,1.4,1.5 developer_docs.html,1.2,1.3
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-22 06:51:21
|
Update of /cvsroot/phpwebapp/documentation/templates In directory sc8-pr-cvs1:/tmp/cvs-serv4885/templates Modified Files: styles.css developer_docs.html Log Message: Index: styles.css =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/styles.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** styles.css 20 Aug 2003 07:31:55 -0000 1.4 --- styles.css 22 Aug 2003 06:51:17 -0000 1.5 *************** *** 52,53 **** --- 52,76 ---- } + .note + { + margin: 20px; + display: block; + border: 1px solid #dd0000; + padding: 5px; + background-color: #ffffcc; + font-family: arial, helvetica, sans-se; + font-size: 12pt; + color: #000000; + } + .note a + { + font-size: 12pt; + text-decoration: none; + color: #0000ff; + } + .note .title + { + font-size: 12pt; + color: #ee0000; + text-decoration: underline; + } Index: developer_docs.html =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/developer_docs.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** developer_docs.html 15 Aug 2003 08:13:25 -0000 1.2 --- developer_docs.html 22 Aug 2003 06:51:17 -0000 1.3 *************** *** 7,11 **** [ Petal | XMI ! | <a href="{{APP_URL}}uml_model/phpWebApp.html" target="new">HTML Online</a> | HTML Download ] </li> --- 7,11 ---- [ Petal | XMI ! | <a href="{{APP_URL}}external/uml_model/index.html" target="_blank">HTML Online</a> | HTML Download ] </li> |