Created Feature Request#5381; NarrativeWeb: Remove full sized images; please see http://www.gramps-project.org/bugs/view.php?id=5381 for further information...
svn: r18479
This commit is contained in:
parent
47b1a9c796
commit
ff41ecc5cb
@ -96,7 +96,7 @@ img {
|
|||||||
padding: 2em 0 0 0;
|
padding: 2em 0 0 0;
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
.content div.snapshot div.thumbnail a {
|
.content div.snapshot div.thumbnail a, .content div.snapshot div.thumbnail img {
|
||||||
display: block;
|
display: block;
|
||||||
width: 96px;
|
width: 96px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
# encoding: utf-8
|
|
||||||
#
|
#
|
||||||
# Gramps - a GTK+/GNOME based genealogy program
|
# Gramps - a GTK+/GNOME based genealogy program
|
||||||
#
|
#
|
||||||
# Copyright (C) 2010 Rob G. Healey <robhealey1@gmail.com>
|
# Copyright (C) 2011 Rob G. Healey <robhealey1@gmail.com>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -21,31 +20,16 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
#
|
###################################################### */
|
||||||
|
|
||||||
place title Holder
|
|
||||||
------------------------------------------------- */
|
|
||||||
div#geo-info {
|
|
||||||
font: bold 11px sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Map holder
|
|
||||||
------------------------------------------------- */
|
|
||||||
div#map_canvas {
|
div#map_canvas {
|
||||||
margin: 5px;
|
margin: 0 auto;
|
||||||
border: solid 4px #00029D;
|
padding: 0px 0px 10px 10px;
|
||||||
width: 98%;
|
border: solid 4px #000;
|
||||||
|
width: 965px;
|
||||||
height: 800px;
|
height: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Drop button Holder
|
|
||||||
------------------------------------------------- */
|
|
||||||
button#drop {
|
button#drop {
|
||||||
font-weight: bold;
|
padding: 10px;
|
||||||
margin-left: 5px;
|
border: solid 1px #000;
|
||||||
padding: 5px;
|
|
||||||
text-align: center;
|
|
||||||
width: auto;
|
|
||||||
height: auto;
|
|
||||||
border: solid 2px #00029D;
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user