Index: trunk/parsers/wikidom/lib/es/es.Surface.css |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | .editSurface-list-line { |
39 | 39 | padding-left: 1em; |
40 | 40 | background-image: url(../../demos/es/images/bullet.png); |
41 | | - background-position: left center; |
| 41 | + background-position: left 0.5em; |
42 | 42 | background-repeat: no-repeat; |
43 | 43 | } |
44 | 44 | |
Index: trunk/parsers/wikidom/demos/es/index.html |
— | — | @@ -87,6 +87,11 @@ |
88 | 88 | ] |
89 | 89 | }, |
90 | 90 | { 'text': "Word wrap is the additional feature of most text editors, word processors, and web browsers, of breaking lines between and not within words, except when a single word is longer than a line." }, |
| 91 | + ] |
| 92 | + }, |
| 93 | + { |
| 94 | + "type": "paragraph", |
| 95 | + "lines": [ |
91 | 96 | { |
92 | 97 | 'text': "It is usually done on the fly when viewing or printing a document, so no line break code is manually entered, or stored. If the user changes the margins, the editor will either automatically reposition the line breaks to ensure that all the text will \"flow\" within the margins and remain visible, or provide the typist some convenient way to reposition the line breaks.", |
93 | 98 | 'annotations': [ |
— | — | @@ -108,43 +113,41 @@ |
109 | 114 | 'style': 'number', |
110 | 115 | 'items': [ |
111 | 116 | { |
112 | | - 'line': { 'text': 'First item' }, |
| 117 | + 'line': { 'text': 'Operating Systems' }, |
113 | 118 | 'lists': [ |
114 | 119 | { |
115 | 120 | 'type': 'list', |
116 | 121 | 'style': 'bullet', |
117 | 122 | 'items': [ |
118 | 123 | { |
119 | | - 'line': { 'text': 'First sub-item' }, |
| 124 | + 'line': { 'text': 'Linux' }, |
120 | 125 | 'lists': [ |
121 | 126 | { |
122 | 127 | 'type': 'list', |
123 | 128 | 'style': 'bullet', |
124 | 129 | 'items': [ |
125 | 130 | { |
126 | | - 'line': { 'text': 'First sub-sub-item' }, |
| 131 | + 'line': { 'text': 'Ubuntu' }, |
127 | 132 | 'lists': [ |
128 | 133 | { |
129 | 134 | 'type': 'list', |
130 | 135 | 'style': 'bullet', |
131 | 136 | 'items': [ |
132 | | - { |
133 | | - 'line': { 'text': 'First sub-sub-sub-item' } |
134 | | - }, |
135 | | - { 'line': { 'text': 'Second sub-sub-sub-item - very long one .. very long one .. very long one .. very long one .. very long one .. very long one .. very long one .. very long one .. very long one .. very long one .. very long one .. very long one .. ' } }, |
136 | | - { 'line': { 'text': 'Third sub-sub-sub-item' } } |
| 137 | + { 'line': { 'text': 'Desktop: Intuitive office apps, safe and fast web browsing, and seamless integration. Ubuntu brings the very best technologies straight to the desktop.' } }, |
| 138 | + { 'line': { 'text': 'Server: Secure, fast and powerful, Ubuntu Server is transforming IT environments worldwide. Realise the full potential of your infrastructure with a reliable, easy-to-integrate technology platform.' } }, |
| 139 | + { 'line': { 'text': 'Cloud: Ubuntu cloud computing puts you in control of your IT infrastructure. It helps you access computing power as and when you need it so you can meet user demand more effectively.' } } |
137 | 140 | ] |
138 | 141 | } |
139 | 142 | ] |
140 | 143 | }, |
141 | | - { 'line': { 'text': 'Second sub-sub-item' } }, |
142 | | - { 'line': { 'text': 'Third sub-sub-item' } } |
| 144 | + { 'line': { 'text': 'Fedora' } }, |
| 145 | + { 'line': { 'text': 'Gentoo' } } |
143 | 146 | ] |
144 | 147 | } |
145 | 148 | ] |
146 | 149 | }, |
147 | | - { 'line': { 'text': 'Second sub-item' } }, |
148 | | - { 'line': { 'text': 'Third sub-item' } } |
| 150 | + { 'line': { 'text': 'Windows' } }, |
| 151 | + { 'line': { 'text': 'Mac' } } |
149 | 152 | ] |
150 | 153 | } |
151 | 154 | ] |