Skip to content

Commit 6914597

Browse files
jankorichterMarkus Nullmeier
authored andcommitted
small html stylesheet changes
set version to 1.2
1 parent 91f8b0f commit 6914597

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

doc/pg_sphere.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ p, ol, ul, li {
109109
line-height: 1.5em;
110110
}
111111

112-
.function {
113-
font-size: 100%;
114-
}
115-
116112
table.CALSTABLE {
117113
width: 50%;
118114
}
@@ -165,7 +161,9 @@ blockquote.tip
165161

166162

167163
.literal,
168-
.parameter
164+
.parameter,
165+
.funcsynopsis,
166+
.function
169167
{
170168
font-size: 130%;
171169
}

doc/pg_sphere.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<article lang="en">
3131
<articleinfo>
3232
<title>
33-
pgSphere 1.1
33+
pgSphere 1.2
3434
</title>
3535
<author>
3636
<surname>pgSphere development team</surname>

output.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,6 @@ Datum
570570
pg_sphere_version(PG_FUNCTION_ARGS)
571571
{
572572
char *buffer = (char *) palloc(20);
573-
574-
sprintf(buffer, "1.1.1pre2");
573+
sprintf(buffer, "1.2.0");
575574
PG_RETURN_CSTRING(buffer);
576575
}

0 commit comments

Comments
 (0)