You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by to...@apache.org on 2004/06/02 21:51:34 UTC

cvs commit: cocoon-2.1/src/blocks/profiler/samples xml2html.css

tony        2004/06/02 12:51:34

  Modified:    src/blocks/profiler/samples xml2html.css
  Log:
  x-small font size makes rest of fonts on page too small to read
  
  Revision  Changes    Path
  1.3       +1 -2      cocoon-2.1/src/blocks/profiler/samples/xml2html.css
  
  Index: xml2html.css
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/profiler/samples/xml2html.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xml2html.css	6 Mar 2004 06:16:52 -0000	1.2
  +++ xml2html.css	2 Jun 2004 19:51:34 -0000	1.3
  @@ -13,7 +13,7 @@
   * See the License for the specific language governing permissions and
   * limitations under the License.
   */
  -              BODY {font:x-small 'Verdana'; margin-right:1.5em}
  +              BODY {font:small 'Verdana'; margin-right:1.5em}
                   .c  {cursor:hand}
                   .b  {color:red; font-family:'Courier New'; font-weight:bold;
                        text-decoration:none}
  @@ -36,4 +36,3 @@
                        color:#888888}
                   .ci {font:small Courier; color:#888888}
                   PRE {margin:0px; display:inline}
  -