summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-10-30 16:58:54 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-10-30 16:58:54 -0400
commitf9347ca52cf7a21a3aae0e7bfbb2d5978ff5d421 (patch)
tree2b080558e197d010a6a3f570fb9aa138534d991a /lib
parent17343f3d2252877628a7c13875d9fac1718f9aa2 (diff)
Especialize
Diffstat (limited to 'lib')
-rw-r--r--lib/basis.urs3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/basis.urs b/lib/basis.urs
index 8992bc8c..0e6b9988 100644
--- a/lib/basis.urs
+++ b/lib/basis.urs
@@ -352,6 +352,9 @@ val tt : bodyTag []
val font : bodyTag [Size = int, Face = string]
val h1 : bodyTag []
+val h2 : bodyTag []
+val h3 : bodyTag []
+val h4 : bodyTag []
val li : bodyTag []
val hr : bodyTag []