New table styles.
This commit is contained in:
parent
d42ac8d687
commit
3866524b32
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24484
1 changed files with 11 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD: www/en/freebsd.css,v 1.2 2004/12/04 23:02:40 murray Exp $
|
||||
* $FreeBSD: www/en/freebsd.css,v 1.3 2005/02/04 17:33:30 ceri Exp $
|
||||
*/
|
||||
|
||||
DIV.EXAMPLE P B {
|
||||
|
@ -56,6 +56,16 @@ table.tasklist td.section {
|
|||
background-color: #e7e9f7;
|
||||
}
|
||||
|
||||
tbody.comparison tr {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
tbody.comparison tr td.category {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in a new issue