Disable the monospace font. The 1980's called

This commit is contained in:
Mark Schouten 2014-10-06 22:50:16 +02:00
parent afa52c6894
commit c4ece1f052

View file

@ -140,7 +140,6 @@ pre {
max-width: 80%; max-width: 80%;
} }
tr.jtable-data-row td { tr.jtable-data-row td {
font-family: monospace;
font-size: 16px; font-size: 16px;
vertical-align: top; vertical-align: top;
white-space: pre-wrap; /* css-3 */ white-space: pre-wrap; /* css-3 */
@ -157,7 +156,6 @@ tr.jtable-data-row td.content {
max-width: 800px; max-width: 800px;
} }
.jtable-input input { .jtable-input input {
font-family: monospace;
font-size: 16px; font-size: 16px;
} }
.jtable-input input.name { .jtable-input input.name {