[gtk-doc] Fix heading and footing padding
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] Fix heading and footing padding
- Date: Wed, 12 Feb 2014 15:15:04 +0000 (UTC)
commit 2b3815559d3d7c70d5ad8fb82bffc7baaa69c149
Author: William Jon McCann <william jon mccann gmail com>
Date: Tue Feb 11 09:05:11 2014 -0500
Fix heading and footing padding
So that heading doesn't get covered by the navigation bar and
the footing doesn't scale with font size.
https://bugzilla.gnome.org/show_bug.cgi?id=724099
style/style.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/style/style.css b/style/style.css
index 009516d..6b5085e 100644
--- a/style/style.css
+++ b/style/style.css
@@ -50,10 +50,10 @@ body
*/
body
{
- padding-top: 3.2em;
- padding-bottom: 20em;
+ padding-top: 5em;
+ padding-bottom: 500px;
max-width: 800px;
- margin:auto;
+ margin: auto;
}
p
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]