etherpad-lite/src
John McLear 7febd3ff5c Resolve #583
This kinda resolves the issue but not in a very graceful way.  It means any numbered items > 99 will still be cropped.

The problem is due to no padding/margin and then needing to specify margin.

you can replicate this bug with

```
<body style="padding:0; margin:0">
<style type="text/css">
li:nth-child(n+10){
  margin-left:1.6em;
}
</style>
<ol style="list-style-type: decimal;margin-left:1.5em;padding:0;">
  <li>
  1
  </li>
  <li>
  1
  </li>
  <li>
  1
  </li>
  <li>
  1
  </li>
  <li>
  1
  </li>
  <li>
  1
  </li>
  <li>
  1
  </li>
  <li>
  1
  </li>
  <li>
  1
  </li>
  <li>
  1
  </li>
  <li>
  1
  </li>




</ol>
</body>
```
2012-11-06 12:37:35 +00:00
..
node Merge pull request #1124 from Wikinaut/fix-issue-377-add-favicon-url-settings-parameter 2012-11-06 03:08:25 -08:00
static Resolve #583 2012-11-06 12:37:35 +00:00
templates resolve #1131 make textarea resize 2012-11-06 11:56:19 +00:00
ep.json Merge pull request #1120 from Pita/feature/settings-admin 2012-11-05 04:48:59 -08:00
package.json Mimic, replace or work around removed npm utils. 2012-10-28 18:34:20 +01:00
web.config Add IIS config file 2012-10-25 10:22:28 -07:00