From 13e6b94700bfdd66734ef600cf51377b98155a16 Mon Sep 17 00:00:00 2001 From: msweet Date: Mon, 21 Oct 2013 22:24:07 +0000 Subject: [PATCH] Some more tweaks for the mobile css... git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11350 a1ca3aef-8c08-0410-bb20-df032aa958be --- doc/cups.css | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/doc/cups.css b/doc/cups.css index 95cf597c3..d43ca746a 100644 --- a/doc/cups.css +++ b/doc/cups.css @@ -1,13 +1,14 @@ /* Layout CSS */ .header { background: #333333; + box-shadow: 0px 2px 5px rgba(0,0,0,0.25); color: white; - float: left; left: 0; margin-bottom: 20px; padding: 0px; - position: relative; + position: fixed; right: 0; + top: 0; width: 100%; } .header ul { @@ -41,12 +42,13 @@ } .body { - padding: 20px 20px 40px; + padding: 40px 20px; } .footer { background: #333333; bottom: 0; + box-shadow: 0px -2px 5px rgba(0,0,0,0.25); color: #cccccc; font-size: 10px; height: 20px; @@ -568,6 +570,18 @@ div.body dd { display: none; } + .header { + margin: 0; + position: relative; + } + .header ul li { + float: none; + } + + .body { + paddng: 0px; + } + .footer { font-size: 10px; height: auto; -- 2.39.2