diff options
Diffstat (limited to 'web/html/css')
-rw-r--r-- | web/html/css/arch.css | 6 | ||||
-rw-r--r-- | web/html/css/fonts.css | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index 6bf4e11..3f1f764 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -361,3 +361,9 @@ blockquote.code { padding: 2px; font-family: monospace; } + +.pkgoutput { + margin: 0 25px; + font-size: 18px; + font-weight: bold; +} diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index beaf4e2..395f424 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -104,10 +104,4 @@ h1, h2, h3, h4 { font-weight: bold; color: #f00; } -.pkgoutput { - font-size: 12pt; - font-weight: bold; - text-align: left; - clear: both; -} |