css tweak

This commit is contained in:
Micah Lee 2014-06-19 21:20:42 -04:00
parent 800a4edb6e
commit a11338f9ec

View File

@ -30,7 +30,7 @@ body {
} }
#header #header-content #basename { #header #header-content #basename {
font-family: sans-serif; font-family: sans-serif;
font-size: 20px; font-size: 22px;
font-weight: bold; font-weight: bold;
color: #000000; color: #000000;
white-space: nowrap; white-space: nowrap;
@ -38,18 +38,18 @@ body {
} }
#header #header-content #filesize, #header #header-content #filesize,
#header #header-content #filehash { #header #header-content #filehash {
margin-top: 5px; margin-top: 3px;
word-break: break-all; word-break: break-all;
text-align: left; text-align: left;
color: #666666; color: #666666;
display: none; display: none;
} }
#header #header-content .label { #header #header-content .label {
font-size: 12px; font-size: 14px;
} }
#header #header-content .value { #header #header-content .value {
font-weight: bold; font-weight: bold;
font-size: 12px; font-size: 14px;
} }
ul#log { ul#log {
@ -58,7 +58,8 @@ ul#log {
list-style: none; list-style: none;
overflow: auto; overflow: auto;
word-wrap: break-word; word-wrap: break-word;
font-family: monospace; font-family: arial;
font-size: 14px;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
width: 100%; width: 100%;
} }