Add more spacing for cells in CALSTABLE.
This commit is contained in:
parent
dc43212418
commit
49d43a9402
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35529
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2001, 2003 The FreeBSD Documentation Project
|
* Copyright (c) 2001, 2003, 2010 The FreeBSD Documentation Project
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -201,3 +201,8 @@ BLOCKQUOTE.WARNING {
|
||||||
padding: 0.2em 2em;
|
padding: 0.2em 2em;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.INFORMALTABLE TABLE.CALSTABLE TR TD {
|
||||||
|
padding-left: 1em;
|
||||||
|
padding-right: 1em;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue