[gegl] website: some css tweak
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] website: some css tweak
- Date: Mon, 5 Sep 2011 18:36:18 +0000 (UTC)
commit 9b0a973466013f8a356ab4f424fc6fb496e28870
Author: Michael Murà <batolettre gmail com>
Date: Mon Sep 5 20:34:26 2011 +0200
website: some css tweak
tools/create-reference.rb | 2 +-
tools/operation_reference.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/create-reference.rb b/tools/create-reference.rb
index 830ba04..e331444 100755
--- a/tools/create-reference.rb
+++ b/tools/create-reference.rb
@@ -262,7 +262,7 @@ CSS="div.function{
display: block;
font-style: italic;
color: #22F;
- width: 10em;
+ width: 11em;
float: left;
}
div.arg_name{
diff --git a/tools/operation_reference.c b/tools/operation_reference.c
index 2401f2f..0761138 100644
--- a/tools/operation_reference.c
+++ b/tools/operation_reference.c
@@ -237,7 +237,7 @@ list_properties (GType type,
static gchar *html_top = "<html>\n<head>\n<title>GEGL operations</title>\n<link rel='shortcut icon' href='images/gegl.ico'/>\n<style type='text/css'>\n import url(gegl.css);\ndiv#toc ul { font-size:70%; }\n"
".category { margin-bottom: 2em; }\n"
-".category a {\n display: block;\n width: 10em;\n height: 1.2em;\n float: left;\n text-align: left;\n font-size: 90%;\n}\n"
+".category a {\n display: block;\n width: 14em;\n height: 1.2em;\n float: left;\n text-align: left;\n font-size: 90%;\n}\n"
"</style>\n</head>\n\n<body>\n<div class='paper'>\n<div class='content'>\n";
static gchar *html_bottom = "</div>\n</div>\n</body>\n</html>\n";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]