From 787ffd526390112615d4100b98a317e32af0e391 Mon Sep 17 00:00:00 2001 From: ruanyf Date: Tue, 29 Apr 2014 19:35:35 +0800 Subject: [PATCH] add page flip --- css/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index 9bf0ef6..c057139 100644 --- a/css/app.css +++ b/css/app.css @@ -311,11 +311,10 @@ body { #flip{ position:fixed; height:20px; - width:150px; + width:100%; bottom:10px; font-size:10px; - margin-left:auto; - margin-right:auto; + text-align:center; } #pageup,#pagedown{ @@ -340,6 +339,7 @@ body { @media (min-width: 40rem) { #flip{ margin-left:545px; + width:150px; } }