Font-size 75%
authorThomas Mudrunka <tomas@mudrunka.cz>
Sat, 23 Nov 2013 12:23:07 +0000 (13:23 +0100)
committerThomas Mudrunka <tomas@mudrunka.cz>
Sat, 23 Nov 2013 12:23:07 +0000 (13:23 +0100)
index.php

index ad309f03ad493cd2387485e16bb62dc3d015a851..bfab8bf53509d3dc85c8369432cbca00768a288d 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -216,9 +216,9 @@ class Sklad_HTML extends HTML { //TODO: Split into few more methods
 
 <style type="text/css">
 * { font-family: arial; }
-td,body { background-color: white; border: orange; }
+td,body { background-color: white; border: orange; font-size: 75%; }
 .tr_nobr td { border-top: 3px solid orange; }
-table { background-color: orange; border: orange; }
+table { background-color: orange; border: orange; /* border-collapse: collapse; */ }
 td textarea { width:100%; height:100%; }
 a, a img { text-decoration:none; color: darkblue; border:none; }
 li a, a:hover { text-decoration:underline; }
This page took 0.190116 seconds and 4 git commands to generate.