diff options
-rw-r--r-- | styles.css | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -14,11 +14,12 @@ h2 { } p { - text-overflow: ellipsis; /* will make [...] at the end */ - width: 800px; /* change to your preferences */ - white-space: wrap; /* paragraph to one line */ - overflow:hidden; /* older browsers */ + /* text-overflow: ellipsis; /\* will make [...] at the end *\/ */ + /* width: 800px; /\* change to your preferences *\/ */ + /* white-space: wrap; /\* paragraph to one line *\/ */ + /* overflow:hidden; /\* older browsers *\/ */ font-family: "Lucida Console", "Courier New", monospace; + font-size: 18px; } table, th, td { |