[Javamatch-cvs] javamatch/docs/website/resources/style style.css,1.2,1.3
Status: Pre-Alpha
Brought to you by:
iterson
From: Walter v. I. <it...@us...> - 2004-09-10 13:00:49
|
Update of /cvsroot/javamatch/javamatch/docs/website/resources/style In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30953 Modified Files: style.css Log Message: Added p.example (indent 20 pixels) Index: style.css =================================================================== RCS file: /cvsroot/javamatch/javamatch/docs/website/resources/style/style.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** style.css 9 Sep 2004 14:19:51 -0000 1.2 --- style.css 10 Sep 2004 13:00:40 -0000 1.3 *************** *** 69,70 **** --- 69,74 ---- border: 1px solid black; } + + p.example { + margin-left: 20px; + } |