Skip to content

DOCS-791 DOCS-701 center tables, fix style of next/prev, minor line-height tweaking #442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 30, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 9 additions & 12 deletions source/administration/configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,7 @@ Consider the following explanation for these configuration decisions:
connecting over the ``localhost`` interface for the first time to
create user credentials.

.. seealso:: The ":wiki:`Security and Authentication <Security+and+Authentication>`" wiki page.

.. STUB ":doc:`/administration/security`"
.. seealso:: :doc:`/administration/security`

Replication and Sharding Configuration
--------------------------------------
Expand All @@ -164,8 +162,7 @@ among all members of the set. Consider the following:
Use descriptive names for sets. Once configured use the
:program:`mongo` shell to add hosts to the replica set.

.. seealso:: ":ref:`Replica set reconfiguration
<replica-set-reconfiguration-usage>`.
.. seealso:: :ref:`Replica set reconfiguration <replica-set-reconfiguration-usage>`.

To enable authentication for the :term:`replica set`, add the
following option:
Expand All @@ -176,13 +173,13 @@ following option:

.. versionadded:: 1.8 for replica sets, and 1.9.1 for sharded replica sets.

Setting :setting:`keyFile` enables authentication and specifies a key
file for the replica set member use to when authenticating to each
other. The content of the key file is arbitrary, but must be the same
on all members of the :term:`replica set` and :program:`mongos`
instances that connect to the set. The keyfile must be less one
kilobyte in size and may only contain characters in the base64 set and
file must not have group or "world" permissions on UNIX systems.
Setting :setting:`keyFile` enables authentication and specifies a key
file for the replica set member use to when authenticating to each
other. The content of the key file is arbitrary, but must be the same
on all members of the :term:`replica set` and :program:`mongos`
instances that connect to the set. The keyfile must be less one
kilobyte in size and may only contain characters in the base64 set and
file must not have group or "world" permissions on UNIX systems.

.. seealso:: The ":ref:`Replica set Reconfiguration <replica-set-reconfiguration-usage>`
section for information regarding the process for changing replica
Expand Down
42 changes: 21 additions & 21 deletions themes/mongodb/static/mongodb-docs.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,10 @@ div.document {
div.body {
background-color: white;
color: black;
padding: 0 30px 30px 30px;
font-size: 100%;
}

div.footerX {
color: white;
width: 100%;
padding: 13px 0;
line-height:1.0;
margin:0;
text-align: center;
font-size: 75%;
border-top: 1px solid black;
}
div.body > div#cse-results + div.section {margin-left:2pc;}

div.footer {
color:white;
Expand Down Expand Up @@ -225,10 +215,12 @@ a.headerlink:hover {
color: white;
}

div.body p, div.body dd, div.body li {
div.body p, div.body dd {
line-height: 1.8;
}

div.body li {line-height:1.5;}

div.admonition p.admonition-title + p {
display: inline;
}
Expand Down Expand Up @@ -314,7 +306,7 @@ div.viewcode-block:target {
border-bottom: 1px solid #ac9;
}

/*
/*
p.first, p.last {
margin-bottom: 0 !important;
}
Expand All @@ -327,10 +319,10 @@ table.docutils td {
}

table.docutils.field-list ul.first.last.simple>li {
padding-top: 1em;
padding-top: 1em;
}
table.docutils.field-list ul.first.last.simple>li>p {
padding-top: 1em;
padding-top: 1em;
}

div.highlight-javascript>div.highlight>pre>span.hll {
Expand Down Expand Up @@ -711,8 +703,8 @@ div.section {cursor:default;}

div#header-db {background-image: url(http://media.mongodb.org/back-header.png)}

/*
background-color: #f6f4cd; -- house nav style
/*
background-color: #f6f4cd; -- house nav style
footer bg: #fdfcf7; font-size 80%; line-height:1.5em; color: #4c3a2c;
logo: http://media.mongodb.org/logo-mongodb.png

Expand All @@ -734,10 +726,18 @@ dd > div.admonition {margin-left:0;}
p > div.admonition {margin-left:0;}
li > div.admonition {margin-left:0;}

div#btnv {padding-top:3em}
div#btnv ul#btnvl {display:block;width:66%;text-align:center;}
div#btnv ul#btnvl li {display:inline;list-item-style:none;font-size:10pt;padding:1em; width:33%}
div#btnv ul#btnvl li#btnvup:before,
div#btnv {padding-top:3em;}
div#btnv ul#btnvl {display:block;width:auto;margin:auto;;text-align:center;}
/* div#btnv ul#btnvl li {border-top:solid 1pt #402817;} div#btnv ul#btnvl li {border-bottom:solid 1pt #402817;} */
div#btnv ul#btnvl li {display:inline;list-item-style:none;font-size:100%;padding:1em; width:33%;margin:0;}
div#btnv ul#btnvl li#btnvup:before,
div#btnv ul#btnvl li#btnvnx:before {content:" ";padding-left:1em;padding-right:1em;color:#c48c55}

div.body > div.section > div.section {margin-left:0;margin-top:2em;}

div.body > div.section > div.section div.section {margin-left:2pc;margin-right:2pc;}
div.section h2 {line-height:1.0}

table.docutils {margin:auto}
table.docutils tbody tr td div.highlight pre {background-color:inherit;}
table.docutils > div.admonition-example {background-color:inherit;}