Add more spacing for cells in CALSTABLE.

This commit is contained in:
Hiroki Sato 2010-03-20 04:15:01 +00:00
parent dc43212418
commit 49d43a9402
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35529

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2003 The FreeBSD Documentation Project
* Copyright (c) 2001, 2003, 2010 The FreeBSD Documentation Project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -201,3 +201,8 @@ BLOCKQUOTE.WARNING {
padding: 0.2em 2em;
width: 90%;
}
.INFORMALTABLE TABLE.CALSTABLE TR TD {
padding-left: 1em;
padding-right: 1em;
}