Ignore:
Timestamp:
Feb 23, 2013, 8:03:50 AM (11 years ago)
Author:
rvelices
Message:

admin multi view smaller controller size (use sans serif fonts, less margins ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/admin_multi_view/controller.php

    r15150 r20977  
    2323}
    2424?>
    25 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    26 "http://www.w3.org/TR/html4/strict.dtd">
     25<!DOCTYPE html">
    2726<?php
    2827
     
    225224<head>
    226225<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_pwg_charset() ?>">
     226<style>
     227BODY, TABLE {
     228  font-family: sans-serif;
     229  font-size: small;
     230}
     231BODY{
     232  margin: 2px;
     233}
     234</style>
    227235<title>Controller</title>
    228236
Note: See TracChangeset for help on using the changeset viewer.