mirror of https://github.com/apache/lucene.git
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:
parent
70e2949e24
commit
a2a0a9db22
|
@ -8,6 +8,10 @@ pre.code {
|
|||
background-color: #D3D3D3;
|
||||
padding: 0.2em;
|
||||
}
|
||||
.codefrag {
|
||||
font-family: monospace;
|
||||
font-weight:bold;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue