Mercurial > urweb
comparison lib/ur/basis.urs @ 1452:aae3e3b6a408
Add two html elements: sup and sub
author | Karn Kallio <kkallio@eka> |
---|---|
date | Mon, 18 Apr 2011 01:21:48 -0430 |
parents | 541673c3161d |
children | 2f5fd248588d |
comparison
equal
deleted
inserted
replaced
1451:b6ce8ef0ea88 | 1452:aae3e3b6a408 |
---|---|
689 | 689 |
690 val p : bodyTag boxAttrs | 690 val p : bodyTag boxAttrs |
691 val b : bodyTag boxAttrs | 691 val b : bodyTag boxAttrs |
692 val i : bodyTag boxAttrs | 692 val i : bodyTag boxAttrs |
693 val tt : bodyTag boxAttrs | 693 val tt : bodyTag boxAttrs |
694 val sub : bodyTag boxAttrs | |
695 val sup : bodyTag boxAttrs | |
694 | 696 |
695 val h1 : bodyTag boxAttrs | 697 val h1 : bodyTag boxAttrs |
696 val h2 : bodyTag boxAttrs | 698 val h2 : bodyTag boxAttrs |
697 val h3 : bodyTag boxAttrs | 699 val h3 : bodyTag boxAttrs |
698 val h4 : bodyTag boxAttrs | 700 val h4 : bodyTag boxAttrs |