Improve the layout for query-pr.

Submitted by:	Bjoern A. Zeeb <bzeeb-lists _at_ lists dot zabbadoz dot net>
This commit is contained in:
Chin-San Huang 2007-06-04 04:39:51 +00:00
parent 2c243cfa19
commit b50d8c77ae
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=30250

View file

@ -25,11 +25,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD: www/en/layout/css/query-pr.css,v 1.2 2006/11/27 17:38:28 shaun Exp $ * $FreeBSD: www/en/layout/css/query-pr.css,v 1.3 2006/12/09 15:48:29 shaun Exp $
*/ */
pre { pre {
font-family: Courier New; font-family: "Courier New", Courier, monospace;
font-size: 100%; font-size: 100%;
white-space: pre; white-space: pre;
margin-top: 0px; margin-top: 0px;
@ -79,7 +79,7 @@ td {
} }
.patchblock .info { background-color: #ACACAA; } .patchblock .info { background-color: #ACACAA; }
.patchblock .content { .patchblock .content {
font-family: Courier New; font-family: "Courier New", Courier, monospace;
white-space: pre; white-space: pre;
} }