Improve the layout for query-pr.
Submitted by: Bjoern A. Zeeb <bzeeb-lists _at_ lists dot zabbadoz dot net>
This commit is contained in:
parent
2c243cfa19
commit
b50d8c77ae
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=30250
1 changed files with 3 additions and 3 deletions
|
@ -25,11 +25,11 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* 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 {
|
||||
font-family: Courier New;
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
font-size: 100%;
|
||||
white-space: pre;
|
||||
margin-top: 0px;
|
||||
|
@ -79,7 +79,7 @@ td {
|
|||
}
|
||||
.patchblock .info { background-color: #ACACAA; }
|
||||
.patchblock .content {
|
||||
font-family: Courier New;
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue