Skip to content

Commit

Permalink
Fixing non-wrapping of words in posts. Found and fixed by davidloughe…
Browse files Browse the repository at this point in the history
…ed. #100
  • Loading branch information
reines committed Aug 14, 2010
1 parent 4bb4fdc commit 0da4d88
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions style/Air.css
Expand Up @@ -800,6 +800,7 @@ MAIN POSTS
.pun .postmsg {
width:100%;
overflow: hidden;
word-wrap: break-word;
}

.pun .blockpost .postfootright {
Expand Down
1 change: 1 addition & 0 deletions style/Cobalt.css
Expand Up @@ -793,6 +793,7 @@
width:98%;
overflow: hidden;
padding-bottom: 6px;
word-wrap: break-word;
}

.pun .postfootright ul, .pun .postfootright div, .pun .postfootright p,
Expand Down
1 change: 1 addition & 0 deletions style/Earth.css
Expand Up @@ -800,6 +800,7 @@ MAIN POSTS
.pun .postmsg {
width:100%;
overflow: hidden;
word-wrap: break-word;
}

.pun .blockpost .postfootright {
Expand Down
1 change: 1 addition & 0 deletions style/Fire.css
Expand Up @@ -800,6 +800,7 @@ MAIN POSTS
.pun .postmsg {
width:100%;
overflow: hidden;
word-wrap: break-word;
}

.pun .blockpost .postfootright {
Expand Down
1 change: 1 addition & 0 deletions style/Lithium.css
Expand Up @@ -793,6 +793,7 @@
width:98%;
overflow: hidden;
padding-bottom: 6px;
word-wrap: break-word;
}

.pun .postfootright ul, .pun .postfootright div, .pun .postfootright p,
Expand Down
1 change: 1 addition & 0 deletions style/Mercury.css
Expand Up @@ -793,6 +793,7 @@
width:98%;
overflow: hidden;
padding-bottom: 6px;
word-wrap: break-word;
}

.pun .postfootright ul, .pun .postfootright div, .pun .postfootright p,
Expand Down
1 change: 1 addition & 0 deletions style/Oxygen.css
Expand Up @@ -794,6 +794,7 @@
width:98%;
overflow: hidden;
padding-bottom: 6px;
word-wrap: break-word;
}

.pun .postfootright ul, .pun .postfootright div, .pun .postfootright p,
Expand Down
1 change: 1 addition & 0 deletions style/Radium.css
Expand Up @@ -793,6 +793,7 @@
width:98%;
overflow: hidden;
padding-bottom: 6px;
word-wrap: break-word;
}

.pun .postfootright ul, .pun .postfootright div, .pun .postfootright p,
Expand Down
1 change: 1 addition & 0 deletions style/Sulfur.css
Expand Up @@ -793,6 +793,7 @@
width:98%;
overflow: hidden;
padding-bottom: 6px;
word-wrap: break-word;
}

.pun .postfootright ul, .pun .postfootright div, .pun .postfootright p,
Expand Down
1 change: 1 addition & 0 deletions style/Technetium.css
Expand Up @@ -906,6 +906,7 @@ body {
width:98%;
overflow: hidden;
padding-bottom: 6px;
word-wrap: break-word;
}

.pun .postfootright ul, .pun .postfootright div, .pun .postfootright p,
Expand Down

0 comments on commit 0da4d88

Please sign in to comment.