[
https://issues.apache.org/jira/browse/SOLR-5238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cassandra Targett reopened SOLR-5238:
-------------------------------------
I don't really understand Confluence sometimes...
I don't think this was there before, but now there is a big blank space at the
bottom of the pages (I checked in FF and Chrome). Playing around with the
inspector tools in the browser, it goes away if I change the #footer position
to relative.
If you add this to the bottom of the stylesheet I think it should go away in
the live site:
{code}
#footer {
position: relative !important;
}
{code}
Since it's the only #footer called in the custom css, and the custom css is the
last one loaded, it should be OK at the end.
> Update the .css for the Ref Guide
> ---------------------------------
>
> Key: SOLR-5238
> URL: https://issues.apache.org/jira/browse/SOLR-5238
> Project: Solr
> Issue Type: Improvement
> Components: documentation
> Reporter: Cassandra Targett
> Assignee: Hoss Man
> Priority: Minor
> Fix For: 4.5
>
> Attachments: SolrRefGuide.css
>
>
> I put a custom .css into the Ref Guide before it was uploaded. I was going
> for something parallel to the Solr website, but only spent a little time with
> it. In terms of readibility of the text online, it's not great, which is
> putting it nicely. It's also very difficult to differentiate between "normal"
> text and monospaced text to indicate a command, program name, etc.
> I'm attaching a new .css that can simply replace what's already in the Space
> Admin -> Stylesheet section. I did several things with this:
> * cleaned up the .css generally, consolidated some repetitive sections, and
> added more comments in case future changes are desired.
> * changed the font throughout to Helvetica, Arial, or sans-serif and updated
> the color to a slightly less strong black.
> * changed the monospace font to match the font used in the code boxes
> (Consolas) and made them the same color as the text (default is a lot
> lighter).
> * added a bit more space between lines.
> * removed the negative margin in the header/breadcrumbs to give it a bit more
> space.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]