X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/c6078b8b006bcb0671a3c1bc21dd1a2c01035a2e..a1b01b2513510f8f93f7f8ca39969002cd496a19:/cgit.css diff --git a/cgit.css b/cgit.css index d57722c..a37d218 100644 --- a/cgit.css +++ b/cgit.css @@ -36,6 +36,7 @@ table#header td.logo { table#header td.main { font-size: 250%; padding-left: 10px; + white-space: nowrap; } table#header td.main a { @@ -47,6 +48,7 @@ table#header td.form { vertical-align: bottom; padding-right: 1em; padding-bottom: 2px; + white-space: nowrap; } table#header td.form form, @@ -92,6 +94,7 @@ table.tabs td.form { table.tabs td.form form { padding-bottom: 2px; font-size: 90%; + white-space: nowrap; } table.tabs td.form input, @@ -447,3 +450,9 @@ span.age-months { span.age-years { color: #bbb; } +div.footer { + margin-top: 0.5em; + text-align: center; + font-size: 80%; + color: #ccc; +}