mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 10:38:40 +00:00
4ba69db562
I have not linked in scoring.xml to the main documentation yet, as I wanted others to proofread/edit before making it official. Once it is official, I will hook it in via the projects.xml git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@433627 13f79535-47bb-0310-9956-ffa450edef68
34 lines
461 B
CSS
34 lines
461 B
CSS
/*
|
|
Place for sharing style information across the XDocs
|
|
|
|
*/
|
|
|
|
|
|
.big{
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
.formula{
|
|
font-size: 0.9em;
|
|
display: block;
|
|
position: relative;
|
|
left: -25px;
|
|
}
|
|
|
|
#summation{
|
|
|
|
}
|
|
|
|
.summation-range{
|
|
position: relative;
|
|
top: 5px;
|
|
font-size: 0.85em;
|
|
}
|
|
|
|
/*
|
|
Useful for highlighting pieces of documentation that others should pay special attention to
|
|
when proof reading
|
|
*/
|
|
.highlight-for-editing{
|
|
background-color: yellow;
|
|
} |