~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/moinfckstyles.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8" ?>
 
2
<!--
 
3
 * FCKeditor styles for usage with MoinMoin
 
4
-->
 
5
<Styles>
 
6
        <Style name="Big" element="big" />
 
7
        <Style name="Small" element="small" />
 
8
        <Style name="Typewriter" element="tt">
 
9
         <Attribute name="css" value="backtick" />
 
10
        </Style>
 
11
</Styles>