diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -25,16 +25,9 @@ p { /* width: 800px; /\* change to your preferences *\/ */ /* white-space: wrap; /\* paragraph to one line *\/ */ /* overflow:hidden; /\* older browsers *\/ */ + font-size: 18px; } -table, th, td { - border: 2px solid; - border-collapse: collapse; - font-size: 20px; - margin: 10px; - padding: 10px; -} - a:link { color: #fe8019; background-color: transparent; |