Applied a bunch of suggestions from Simon.

This commit is contained in:
Per Lundberg 2016-04-21 22:42:15 +03:00
parent d0489f1160
commit 4643737a1b
11 changed files with 384 additions and 389 deletions

View file

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
<%page args="data, helpers" />
<%namespace name="helpers" file="/helpers.mako.rs" />
<% data.new_style_struct("Margin", inherited=False, gecko_ffi_name="nsStyleMargin") %>