- use htmlarea for editing app description and notes

- special stylesheet for application description and notes
- function to display summary of description with html stripping
This commit is contained in:
Jonathan Ernst
2005-02-02 02:38:20 +00:00
committed by WineHQ
parent 6beff0b816
commit f2258e7ee5
7 changed files with 158 additions and 63 deletions

View File

@@ -133,7 +133,7 @@ p.indent { padding-left: 1em; padding-right: 1em;}
.committed { font-style: italic; color: gray; }
/* App Support status */
.gold { background-color: #8B7E66; }
.gold { background-color: #fff600; }
.silver { background-color: silver; }
@@ -224,3 +224,6 @@ TD.stub { color: #0000B1; font-style: italic; text-align: center }
/* Banner div */
#banner { border: 1px solid black; }
/* Editor textarea */
#editor { height: 25em; width:700px; }