From fbdd851af01b9cbff2ad73135e98b466bf5b1c69 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 15 Dec 2015 00:45:11 +0100 Subject: reproducible fedora rpms: improve css --- userContent/reproducible/rpms/fedora-23.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'userContent') diff --git a/userContent/reproducible/rpms/fedora-23.css b/userContent/reproducible/rpms/fedora-23.css index 45b06157..c6164b24 100644 --- a/userContent/reproducible/rpms/fedora-23.css +++ b/userContent/reproducible/rpms/fedora-23.css @@ -9,6 +9,13 @@ dl, dd, ol, ul, figure { margin: 0; padding: 0; } +img.logo { + max-width: 50%; + height: auto; + padding: 1em; + margin: 0.5em; +} + /** * Basic styling */ @@ -21,6 +28,27 @@ body { background-color: #fdfdfd; -webkit-text-size-adjust: 100%; } +table { + background: #ececf5 none repeat scroll 0 0; + border: 1px solid #bcd; + margin-bottom: 1.5em; + padding: 0.65em; + width: 100%; + font-size: 0.80em; + border-collapse: collapse; +} + +table tr td { + border-top: 1px dotted #bcd; +} + +table tr td, table th { + padding: 0.15em 0.75em; +} + +#variation th:first-child { + width: 23%; +} /** * Set `margin-bottom` to maintain vertical rhythm */ -- cgit v1.2.3-54-g00ecf