1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-18 05:43:10 +00:00

Add line in file, rebuild

This commit is contained in:
Michael DeHaan 2012-08-30 18:41:19 -04:00
parent a2e5d38f59
commit 500941917d
21 changed files with 392 additions and 295 deletions

View file

@ -79,11 +79,11 @@ div.sphinxsidebar input {
font-size: 1em;
}
div.sphinxsidebar input[type="text"] {
div.sphinxsidebar #searchbox input[type="text"] {
width: 170px;
}
div.sphinxsidebar input[type="submit"] {
div.sphinxsidebar #searchbox input[type="submit"] {
width: 30px;
}
@ -447,6 +447,11 @@ dl.glossary dt {
font-style: oblique;
}
abbr, acronym {
border-bottom: dotted 1px;
cursor: help;
}
/* -- code displays --------------------------------------------------------- */
pre {
@ -532,4 +537,4 @@ span.eqno {
#top-link {
display: none;
}
}
}