|
From: John W. <jwe...@us...> - 2008-05-02 14:51:46
|
Update of /cvsroot/strandmapservic/smsServer/docs/jsapi/api_v1/example_clients/example4 In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv23475/docs/jsapi/api_v1/example_clients/example4 Modified Files: index.html Log Message: -Added AAAS code display, white background on TOC Index: index.html =================================================================== RCS file: /cvsroot/strandmapservic/smsServer/docs/jsapi/api_v1/example_clients/example4/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.html 12 Nov 2007 22:39:33 -0000 1.2 --- index.html 2 May 2008 14:51:40 -0000 1.3 *************** *** 193,205 **** body, #navigatorPane { background: #E9EFAA; - } - - .mapTable { - border-color: #E9EFAA; - } - - .mapTableOver { - border-color: #ACAF83; - background: #DBDFA7; } --- 193,196 ---- *************** *** 265,270 **** --- 256,282 ---- padding-left:5; } + + + /* The table of contents - map list */ + .mapTable { + border-color: white; + } + .mapTableOver { + border-color: #B3BFB3; + background: #E0EFE0; + } + #mapList, #defaultContent { + margin-top:0; + border: solid 1px #888888; + background-color: white; + margin-bottom: 30px; + } #defaultContent { padding:20px; + padding-top:0px; + } + p { + padding-top: 15px; + margin: 0px; } </style> |