mirror of https://github.com/apache/lucene.git
Initial check in of scoring.xml documentation. I have also added lucene.css stylesheet and included it in the Anakia Site VSL, although I am open to other ways of including style information on a per document basis (I just don't know Velocity to make the changes).
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@433642 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e2b5047f9c
commit
e14f9e35ee
|
@ -0,0 +1,34 @@
|
||||||
|
/*
|
||||||
|
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;
|
||||||
|
}
|
Loading…
Reference in New Issue