add style for codefrag css class so they are monospace and stand out a bi more

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306103 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2012-03-28 01:35:27 +00:00
parent 70e2949e24
commit a2a0a9db22
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ pre.code {
background-color: #D3D3D3;
padding: 0.2em;
}
.codefrag {
font-family: monospace;
font-weight:bold;
}
</style>
</head>