diff options
| author | xue <> | 2006-06-02 18:27:02 +0000 | 
|---|---|---|
| committer | xue <> | 2006-06-02 18:27:02 +0000 | 
| commit | 0f3a577bed4d828472469675e90fcab032e33f44 (patch) | |
| tree | 3ca817247b8006563900d5fb8995d6a6f0627a2b /demos/blog/themes | |
| parent | 067ab51fbd9b2f18f63fc80895476e5b0e2f9bfb (diff) | |
merge from 3.0 branch till 1133.
Diffstat (limited to 'demos/blog/themes')
| -rw-r--r-- | demos/blog/themes/Fall/style.css | 5 | ||||
| -rw-r--r-- | demos/blog/themes/Spring/style.css | 5 | ||||
| -rw-r--r-- | demos/blog/themes/Summer/style.css | 5 | ||||
| -rw-r--r-- | demos/blog/themes/Winter/style.css | 5 | 
4 files changed, 20 insertions, 0 deletions
| diff --git a/demos/blog/themes/Fall/style.css b/demos/blog/themes/Fall/style.css index 9b18b151..ac4e40e7 100644 --- a/demos/blog/themes/Fall/style.css +++ b/demos/blog/themes/Fall/style.css @@ -30,6 +30,11 @@ a img {  	border: 0px none;
  }
 +div {
 +    overflow: hidden;
 +    word-wrap: break-word;
 +}
 +
  #page {
  	background-color:#fff;
  	margin:0 auto;
 diff --git a/demos/blog/themes/Spring/style.css b/demos/blog/themes/Spring/style.css index 6a675c0f..19b8f5ba 100644 --- a/demos/blog/themes/Spring/style.css +++ b/demos/blog/themes/Spring/style.css @@ -30,6 +30,11 @@ a img {  	border: 0px none;
  }
 +div {
 +    overflow: hidden;
 +    word-wrap: break-word;
 +}
 +
  #page {
  	background-color:#fff;
  	margin:0 auto;
 diff --git a/demos/blog/themes/Summer/style.css b/demos/blog/themes/Summer/style.css index d7218f7d..939b36ef 100644 --- a/demos/blog/themes/Summer/style.css +++ b/demos/blog/themes/Summer/style.css @@ -30,6 +30,11 @@ a img {  	border: 0px none;
  }
 +div {
 +    overflow: hidden;
 +    word-wrap: break-word;
 +}
 +
  #page {
  	background-color:#fff;
  	margin:0 auto;
 diff --git a/demos/blog/themes/Winter/style.css b/demos/blog/themes/Winter/style.css index bfa488fa..1d36859e 100644 --- a/demos/blog/themes/Winter/style.css +++ b/demos/blog/themes/Winter/style.css @@ -30,6 +30,11 @@ a img {  	border: 0px none;
  }
 +div {
 +    overflow: hidden;
 +    word-wrap: break-word;
 +}
 +
  #page {
  	background:#fff;
  	margin:0 auto;
 | 
