mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
layout: Implement <table width>
and <center>
.
Improves Hacker News.
This commit is contained in:
parent
263b69cf7f
commit
4b9cd4e65d
13 changed files with 160 additions and 36 deletions
|
@ -11,7 +11,6 @@ pre[wrap] { white-space: pre-wrap; }
|
|||
FIXME: also "align descendants"
|
||||
https://html.spec.whatwg.org/multipage/#align-descendants
|
||||
*/
|
||||
center, div[align=center i], div[align=middle i] { text-align: center; }
|
||||
div[align=left i] { text-align: left; }
|
||||
div[align=right i] { text-align: right; }
|
||||
div[align=justify i] { text-align: justify; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue