1
0
Fork 0

[#5] Altered manual CSS for table display

closure/master
Mike Gerwitz 2011-11-06 23:55:41 -05:00
parent d3fda70e3f
commit 8370b62d17
1 changed files with 14 additions and 3 deletions

View File

@ -26,11 +26,14 @@ body, .float-caption
font-family: arial, sans-serif;
}
.float, var
{
.float pre, var {
font-family: 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Courier, monospace;
}
table, table td {
padding: 0.25em;
}
dfn {
font-style: italic;
font-weight: bold;
@ -50,7 +53,8 @@ var {
}
/* for code samples */
.float .verbatim {
.float .verbatim,
.float table {
background-color: #fafafc;
font-size: 12px;
@ -62,6 +66,13 @@ var {
padding: 0.5em 0.5em 1em 0.5em;
}
.float table {
font-size: inherit;
padding-top: 0px;
margin-top: 0px;
}
.float-caption {
margin: 0px;
padding: 0.5em;