CSS: smaller tables.

master
Heikki Hokkanen 2007-08-16 16:13:20 +03:00
parent b45960d1cd
commit dec6a47fb1
1 changed files with 6 additions and 10 deletions

View File

@ -21,10 +21,12 @@ dd {
table {
border: 1px solid black;
border-collapse: collapse;
font-size: 90%;
font-size: 80%;
}
tr {
.vtable {
float: right;
clear: both;
}
th {
@ -38,8 +40,8 @@ tr:hover {
td {
border: 1px solid black;
padding: 0.2em;
padding-left: 0.5em;
padding-right: 0.5em;
padding-left: 0.3em;
padding-right: 0.2em;
}
.nav {
@ -78,12 +80,6 @@ img {
background-color: white;
}
.vtable {
float: right;
clear: both;
font-size: 90%;
}
h1 a, h2 a {
color: black;
text-decoration: none;