diff options
| -rw-r--r-- | styles.css | 15 | 
1 files changed, 4 insertions, 11 deletions
| @@ -14,10 +14,10 @@ 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;      } @@ -49,10 +49,3 @@ a:active {    background-color: transparent;    text-decoration: underline;  } - -center { -  margin: auto; -  width: 50%; -  border: 5px solid #a89984; -  padding: 10px; -} |