- 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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user