etherpad-lite/src/static
Dan Bornstein a3765d9785 Account for any top margin on the first line.
Without this change, a top margin on any element on the first line of pad
content would throw off the alignment of line numbers. The default stylesheet
doesn't define any elements with top margins, but plugins might. (This is also
explained in a code comment.)

In order to see the problem, add the following clause to `iframe_editor.css`
(before incorporating this commit):

    #innerdocbody > :first-child {
      margin-top: 100px;
    }
2016-08-30 11:19:28 -07:00
..
css Issue #2960 - deactivate settings.json 2016-05-22 21:12:21 +05:30
custom Fix gitignore for custom files 2012-03-04 19:50:05 +01:00
font Add new icon to fontawesome subset: comment 2015-06-10 18:05:24 -03:00
js Account for any top margin on the first line. 2016-08-30 11:19:28 -07:00
favicon.ico Add new favicon (32x32) with associated svg file 2015-01-11 22:40:56 +01:00
robots.txt The Big Renaming - etherpad is now an NPM module 2012-02-26 13:07:51 +01:00
tests.html make /static/tests.html functional again, 2012-07-07 20:41:26 +02:00