diff options
Diffstat (limited to 'web/html/css/fonts.css')
-rw-r--r-- | web/html/css/fonts.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index de70d76d..beaf4e22 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -105,7 +105,9 @@ h1, h2, h3, h4 { color: #f00; } .pkgoutput { + font-size: 12pt; font-weight: bold; - text-align: center; + text-align: left; + clear: both; } |