Removed obsoleted elements from stylesheets. Updated revision numbering tag.

svn: r12383
This commit is contained in:
Rob G. Healey 2009-03-24 04:12:31 +00:00
parent 2f7ae174c0
commit 4f073eb270
10 changed files with 56 additions and 118 deletions

View File

@ -970,15 +970,6 @@ div#sourcerefs ol li ol {
#footer p#copyright img { #footer p#copyright img {
margin-right:10px; margin-right:10px;
} }
#footer p#quality {
width:100%;
text-align:center;
padding-bottom:14px;
margin-bottom:0;
}
#footer p#quality img {
float:center;
}
#user_footer { #user_footer {
width:70%; width:70%;
float:left; float:left;

View File

@ -967,15 +967,6 @@ div#sourcerefs ol li ol {
#footer p#copyright img { #footer p#copyright img {
margin-right:10px; margin-right:10px;
} }
#footer p#quality {
width:100%;
text-align:center;
padding-bottom:14px;
margin-bottom:0;
}
#footer p#quality img {
float:center;
}
#user_footer { #user_footer {
width:70%; width:70%;
float:left; float:left;

View File

@ -968,15 +968,6 @@ div#sourcerefs ol li ol {
#footer p#copyright img { #footer p#copyright img {
margin-right:10px; margin-right:10px;
} }
#footer p#quality {
width:100%;
text-align:center;
padding-bottom:14px;
margin-bottom:0;
}
#footer p#quality img {
float:center;
}
#user_footer { #user_footer {
width:70%; width:70%;
float:left; float:left;

View File

@ -969,15 +969,6 @@ div#sourcerefs ol li ol {
#footer p#copyright img { #footer p#copyright img {
margin-right:10px; margin-right:10px;
} }
#footer p#quality {
width:100%;
text-align:center;
padding-bottom:14px;
margin-bottom:0;
}
#footer p#quality img {
float:center;
}
#user_footer { #user_footer {
width:70%; width:70%;
float:left; float:left;

View File

@ -969,15 +969,6 @@ div#sourcerefs ol li ol {
#footer p#copyright img { #footer p#copyright img {
margin-right:10px; margin-right:10px;
} }
#footer p#quality {
width:100%;
text-align:center;
padding-bottom:14px;
margin-bottom:0;
}
#footer p#quality img {
float:center;
}
#user_footer { #user_footer {
width:70%; width:70%;
float:left; float:left;

View File

@ -960,15 +960,6 @@ div#sourcerefs ol li ol {
#footer p#copyright img { #footer p#copyright img {
margin-right:10px; margin-right:10px;
} }
#footer p#quality {
width:100%;
text-align:center;
padding-bottom:40px;
margin-bottom:0;
}
#footer p#quality img {
float:center;
}
#user_footer { #user_footer {
width:70%; width:70%;
float:left; float:left;

View File

@ -1013,14 +1013,6 @@ div#pedigree {
#footer p#copyright img { #footer p#copyright img {
margin-right:10px; margin-right:10px;
} }
#footer p#quality {
width:100%;
text-align:center;
color:#FFF;
}
#footer p#quality img {
float:center;
}
#user_footer { #user_footer {
width:70%; width:70%;
float:left; float:left;

View File

@ -1,34 +1,34 @@
# This is the src/plugins/lib level Makefile for Gramps # This is the src/plugins/lib level Makefile for Gramps
# We could use GNU make's ':=' syntax for nice wildcard use, # We could use GNU make's ':=' syntax for nice wildcard use,
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/plugins/lib pkgdatadir = $(datadir)/@PACKAGE@/plugins/lib
pkgdata_PYTHON = \ pkgdata_PYTHON = \
libcairodoc.py\ libcairodoc.py\
libgrampsxml.py\ libgrampsxml.py\
libholiday.py\ libholiday.py\
libmapservice.py \ libmapservice.py\
libhtml.py libhtml.py
pkgpyexecdir = @pkgpyexecdir@/plugins/lib pkgpyexecdir = @pkgpyexecdir@/plugins/lib
pkgpythondir = @pkgpythondir@/plugins/lib pkgpythondir = @pkgpythondir@/plugins/lib
GLADEFILES = GLADEFILES =
GRAPHICS = GRAPHICS =
DATAFILES = \ DATAFILES = \
holidays.xml holidays.xml
dist_pkgdata_DATA = $(GLADEFILES) $(GRAPHICS) $(DATAFILES) dist_pkgdata_DATA = $(GLADEFILES) $(GRAPHICS) $(DATAFILES)
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
GRAMPS_PY_MODPATH = "../../" GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgdata_PYTHON));

View File

@ -1,22 +1,22 @@
# This is the src/plugins/webreport level Makefile for Gramps # This is the src/plugins/webreport level Makefile for Gramps
# We could use GNU make's ':=' syntax for nice wildcard use, # We could use GNU make's ':=' syntax for nice wildcard use,
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/plugins/webreport pkgdatadir = $(datadir)/@PACKAGE@/plugins/webreport
pkgdata_PYTHON = \ pkgdata_PYTHON = \
NarrativeWeb.py \ NarrativeWeb.py\
WebCal.py WebCal.py
pkgpyexecdir = @pkgpyexecdir@/plugins/webreport pkgpyexecdir = @pkgpyexecdir@/plugins/webreport
pkgpythondir = @pkgpythondir@/plugins/webreport pkgpythondir = @pkgpythondir@/plugins/webreport
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
GRAMPS_PY_MODPATH = "../../" GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgdata_PYTHON));

View File

@ -21,7 +21,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
# $Id: WebCal.py 12238 2009-03-07 09:51:27Z s_charette $ # $Id: $
""" """
Web Calendar generator. Web Calendar generator.