GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Adds basic social networking capabilities to your existing application, including users, blogs, photos, clippings, favorites, and more.
Homepage: http://www.communityengine.org
Clone URL: git://github.com/bborn/communityengine.git
fixed pre word wrap on show message
bborn (author)
Fri Sep 26 11:03:56 -0700 2008
commit  ce1c24aa4fe3e746897717d64b7f67c603e779c9
tree    9e5e0dc69ae7ac30c679fd7eb2411db1ac5bc840
parent  27d59e96600b50d1367436be104b7a5f16dfa804
...
972
973
974
975
 
976
977
978
 
 
 
 
 
979
980
981
...
972
973
974
 
975
976
977
978
979
980
981
982
983
984
985
986
0
@@ -972,10 +972,15 @@ table.messages tbody td {
0
   font-size: 85%;
0
   text-align: right;
0
   }
0
-.message_body {
0
+pre.message_body {
0
   padding: 10px;
0
   border: 1px solid #ccc;
0
   background: #efefef;
0
+ white-space: pre-wrap; /* css-3 */
0
+ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
0
+ white-space: -pre-wrap; /* Opera 4-6 */
0
+ white-space: -o-pre-wrap; /* Opera 7 */
0
+ word-wrap: break-word; /* Internet Explorer 5.5+ */
0
 }
0
   
0
 

Comments

    No one has commented yet.