diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/css/style.css b/css/style.css index d0f1b92..860a885 100644 --- a/css/style.css +++ b/css/style.css @@ -13,7 +13,6 @@ body { } .footer_bar { color: #000000; - font-size: 1.2em; text-align: center; width: 50%; margin-top: 1em; @@ -21,11 +20,11 @@ body { margin-right: auto; } .origin { - font-size: 0.8em; + font-size: 0.7em; } .content { color: #000000; - font-size: 1.3em; + font-size: 1.1em; text-align: center; width: 50%; display: block; @@ -49,16 +48,11 @@ body { margin-right: auto; } #error { - font-size: 1.3em; width: 50%; margin-left: auto; margin-right: auto; } -#description-help, #parameter-help, #peering-policy { - font-size: 1.3em; -} kbd { - font-size: 1.3em; display: block; width: 70%; margin-left: auto; @@ -71,6 +65,8 @@ pre { width: 70%; margin-left: auto; margin-right: auto; + padding-left: 1%; + padding-right: 1%; } a { color: #000000; |