mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-11 13:29:21 +03:00
Ensure we've got a case for default html alignment.
svn path=/trunk/netsurf/; revision=9382
This commit is contained in:
parent
b0f127aa2c
commit
6836a74521
@ -1092,6 +1092,8 @@ int layout_solve_width(struct box *box, int available_width, int width,
|
||||
box->margin[LEFT] = 0;
|
||||
box->margin[RIGHT] = AUTO;
|
||||
break;
|
||||
case CSS_LIBCSS_ALIGN_DEFAULT:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user